diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-01-11 13:19:52 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-01-11 13:19:52 +0100 |
commit | 449f969b19e1b6a5e402305f2c968d9ed09dedf7 (patch) | |
tree | e3c963bd18f4d8a27800449e0ec1def2da61d6ee /config/home/.xprofile | |
parent | 0467fa38e57589f2bcd5cfeca5643f360800460e (diff) |
checkpoint
Diffstat (limited to 'config/home/.xprofile')
-rwxr-xr-x | config/home/.xprofile | 2 |
1 files changed, 1 insertions, 1 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 |