summaryrefslogtreecommitdiff
path: root/config/home
diff options
context:
space:
mode:
Diffstat (limited to 'config/home')
-rwxr-xr-xconfig/home/.xprofile2
-rw-r--r--config/home/.zshenv3
2 files changed, 3 insertions, 2 deletions
diff --git a/config/home/.xprofile b/config/home/.xprofile
index 718a319..9051049 100755
--- a/config/home/.xprofile
+++ b/config/home/.xprofile
@@ -2,7 +2,7 @@
feh --no-fehbg --bg-scale "$HOME"/pics/wallpaper &
-setxkbmap us -variant colemak -option ctrl:swapcaps,menu:altwin &
+setxkbmap us -variant colemak -option ctrl:swapcaps,altwin:menu_win &
# TODO: check if this is home
if [ "$(hostname)" = "winter" ]; then
diff --git a/config/home/.zshenv b/config/home/.zshenv
index 9a295d2..5fbc1b9 100644
--- a/config/home/.zshenv
+++ b/config/home/.zshenv
@@ -101,7 +101,8 @@ export PATH="$PATH:$GOPATH/bin"
export PLAN9=/usr/lib/plan9
export PATH="$PATH:$PLAN9/bin"
-export LD_LIBRARY_PATH=/usr/local/lib/
+export LD_LIBRARY_PATH="$LD_LIBRARY_PATH":/usr/local/lib/
+export LD_LIBRARY_PATH="$LD_LIBRARY_PATH":.
export MAKEFLAGS="-j$(nproc)"