Support Xmodmap, xinit -> x_server
Prefer x_server to xinit as it's more general.
This commit is contained in:
parent
a62f2e581a
commit
babd7393d5
3 changed files with 9 additions and 1 deletions
7
configs/linux/x_server/.Xmodmap
Normal file
7
configs/linux/x_server/.Xmodmap
Normal file
|
@ -0,0 +1,7 @@
|
|||
! remap caps-lock to escape
|
||||
remove Lock = Caps_Lock
|
||||
keysym Caps_Lock = Escape
|
||||
|
||||
! swap ctrl and super (similar to OSX) -- currently not working
|
||||
! remove mod4 = Super_L
|
||||
! add control = Super_L
|
2
configs/linux/x_server/.xinitrc
Normal file
2
configs/linux/x_server/.xinitrc
Normal file
|
@ -0,0 +1,2 @@
|
|||
! Load keybindings
|
||||
xmodmap ~/.Xmodmap
|
|
@ -1 +0,0 @@
|
|||
xrdb ~/.Xresources
|
Loading…
Reference in a new issue