Support Xmodmap, xinit -> x_server

Prefer x_server to xinit as it's more general.
This commit is contained in:
William Carroll 2019-02-27 17:11:13 +00:00
parent a62f2e581a
commit babd7393d5
3 changed files with 9 additions and 1 deletions

View 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

View file

@ -0,0 +1,2 @@
! Load keybindings
xmodmap ~/.Xmodmap

View file

@ -1 +0,0 @@
xrdb ~/.Xresources