diff options
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 |