diff --git a/bspwm/.xmodmaprc b/bspwm/.xmodmaprc new file mode 100644 index 0000000..5799f75 --- /dev/null +++ b/bspwm/.xmodmaprc @@ -0,0 +1,5 @@ +! make right windows key and menu key a hyper key +remove mod4 = Super_R +keycode 134 = Hyper_R NoSymbol Hyper_R +keycode 135 = Hyper_R NoSymbol Hyper_R +add Mod5 = Hyper_R diff --git a/bspwm/.xsession b/bspwm/.xsession index ae74d3e..4bc491b 100755 --- a/bspwm/.xsession +++ b/bspwm/.xsession @@ -9,6 +9,7 @@ xrandr --output HDMI1 --right-of DP1 xsetroot -solid '#224242' xrdb -merge ~/.Xresources setxkbmap pl -option ctrl:nocaps +xmodmap ~/.xmodmaprc # lock screen on suspend/hibernate if which xss-lock slock >/dev/null; then