From 449f969b19e1b6a5e402305f2c968d9ed09dedf7 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sat, 11 Jan 2025 13:19:52 +0100 Subject: checkpoint --- config/home/.xprofile | 2 +- config/home/.zshenv | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'config') 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)" -- cgit v1.2.3