Remap caps to escape in xmodmap
This commit is contained in:
parent
ae983ef8c8
commit
f47feb559b
2 changed files with 3 additions and 0 deletions
2
configs/xmodmap_caps_esc
Normal file
2
configs/xmodmap_caps_esc
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
clear Lock
|
||||||
|
keycode 66 = Escape
|
|
@ -3,6 +3,7 @@ source /etc/profile
|
||||||
which $TERM || export TERM=st
|
which $TERM || export TERM=st
|
||||||
which $BROWSER || export BROWSER=surf
|
which $BROWSER || export BROWSER=surf
|
||||||
|
|
||||||
|
xmodmap /usr/share/sxmo/xmodmap_caps_esc
|
||||||
xsetroot -mod 3 2 -fg '#000000' -bg '#888888'
|
xsetroot -mod 3 2 -fg '#000000' -bg '#888888'
|
||||||
conky -c /usr/share/sxmo/conky.conf -d
|
conky -c /usr/share/sxmo/conky.conf -d
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue