change caps to control and left windows key to escape

This commit is contained in:
Łukasz Pankowski 2023-08-01 10:18:36 +02:00
parent 5e95c6fedd
commit 1e8a99ff6d
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
! make right windows key and menu key a hyper key ! make right windows key and menu key a hyper key
remove mod4 = Super_R remove mod4 = Super_R
keycode 133 = Escape NoSymbol Escape
keycode 134 = Hyper_R NoSymbol Hyper_R keycode 134 = Hyper_R NoSymbol Hyper_R
keycode 135 = Hyper_R NoSymbol Hyper_R keycode 135 = Hyper_R NoSymbol Hyper_R
add mod3 = Hyper_R add mod3 = Hyper_R

View File

@ -8,7 +8,7 @@ xset b off
xrandr --auto xrandr --auto
xrandr --output HDMI1 --right-of DP1 xrandr --output HDMI1 --right-of DP1
xrdb -merge ~/.Xresources xrdb -merge ~/.Xresources
setxkbmap pl -option caps:escape setxkbmap pl -option ctrl:nocaps
xmodmap ~/.xmodmaprc xmodmap ~/.xmodmaprc
if [ -x ~/.fehbg ]; then if [ -x ~/.fehbg ]; then