Add xmodmap dotfile
This commit is contained in:
parent
28dd3e405e
commit
10da5f4ff7
2 changed files with 3 additions and 2 deletions
|
@ -11,8 +11,6 @@
|
|||
|
||||
set $mod Mod4
|
||||
|
||||
# Rebind right alt to left super
|
||||
exec --no-startup-id setxkbmap -option altwin:right_alt_win
|
||||
# Font for window titles. Will also be used by the bar unless a different font
|
||||
# is used in the bar {} block below.
|
||||
# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
|
||||
|
|
3
xmodmap/Xmodmap
Normal file
3
xmodmap/Xmodmap
Normal file
|
@ -0,0 +1,3 @@
|
|||
remove mod1 = Alt_R
|
||||
keycode 108 = Super_R
|
||||
add mod4 = Super_R
|
Loading…
Reference in a new issue