summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@spacehb.net>2025-01-11 13:19:52 +0100
committerRaymaekers Luca <luca@spacehb.net>2025-01-11 13:19:52 +0100
commit449f969b19e1b6a5e402305f2c968d9ed09dedf7 (patch)
treee3c963bd18f4d8a27800449e0ec1def2da61d6ee /config
parent0467fa38e57589f2bcd5cfeca5643f360800460e (diff)
checkpoint
Diffstat (limited to 'config')
-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)"