aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--Shell/.zprofile8
-rw-r--r--Shell/.zshrc1
-rw-r--r--XServer/.xinitrc2
4 files changed, 8 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 63a2021..e372c64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,4 +13,5 @@ TAGS
/Emacs/.config/emacs/.mail/
/Doom/.config/doom/bookmarks
/Emacs/.config/emacs/config.el
-/Emacs/.config/emacs/eglot-eclipse-jdt-cache/ \ No newline at end of file
+/Emacs/.config/emacs/eglot-eclipse-jdt-cache/
+/Emacs/.config/emacs/eln-cache/ \ No newline at end of file
diff --git a/Shell/.zprofile b/Shell/.zprofile
index b62655e..cb1ef7a 100644
--- a/Shell/.zprofile
+++ b/Shell/.zprofile
@@ -13,19 +13,19 @@ export TERMINAL="alacritty"
export BROWSER="chromium"
export WEBKIT_FORCE_SANDBOX=0
export PF_INFO="ascii title os memory uptime editor wm shell"
-export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:$HOME/.local/bin/:$(find ~/.local/scripts/ -type d | tr '\n' ':')$HOME/.cargo/bin:$HOME/.sdkman/bin"
+export PATH="/usr/local/sbin:/usr/local/bin:/usr/bin/vendor_perl/:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:$HOME/.local/bin/:$(find ~/.local/scripts/ -type d | tr '\n' ':')$HOME/.cargo/bin:$HOME/.sdkman/bin"
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
export DOTNET_CLI_TELEMTRY_OPTOUT=1
export force_color_prompt=yes
export DOTNET_ROOT=~/.local/src/dotnet
export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket"
-# Import path to systemd
-systemctl --user import-environment PATH SSH_AUTH_SOCK
-
# Setup debuginfod
sh /etc/profile.d/debuginfod.sh
+# Import path to systemd
+systemctl --user import-environment PATH SSH_AUTH_SOCK
+
# Run some programs
echo "Welcome to..."
figlet "Arch Linux"
diff --git a/Shell/.zshrc b/Shell/.zshrc
index 4b063db..7d718c3 100644
--- a/Shell/.zshrc
+++ b/Shell/.zshrc
@@ -97,6 +97,7 @@ bindkey -M menuselect 'k' vi-down-line-or-history
bindkey -M menuselect 'l' vi-forward-char
bindkey '^[[A' history-substring-search-up
bindkey '^[[B' history-substring-search-down
+bindkey '^l' clear
# Cursor
function zle-keymap-select {
diff --git a/XServer/.xinitrc b/XServer/.xinitrc
index dcb2502..e5dc4d9 100644
--- a/XServer/.xinitrc
+++ b/XServer/.xinitrc
@@ -9,7 +9,7 @@ xset s 1800;
xrandr --auto --output HDMI1 --primary;
xrandr --auto --output eDP1 --right-of HDMI1;
xrandr --auto --output VGA1 --primary --mode 1920x1080;
-xrandr --auto --output DP1 --right-of VGA1 --mode 1280x1024;
+xrandr --auto --output DP1 --right-of VGA1 --mode 1280x1024 --rotate left;
$(xss-lock --transfer-sleep-lock -- $HOME/.local/scripts/lock) &
$HOME/.local/scripts/background &