Alias capslock to ctrl
This commit is contained in:
4
linux/Xmodmap
Normal file
4
linux/Xmodmap
Normal file
@@ -0,0 +1,4 @@
|
||||
clear lock
|
||||
clear control
|
||||
keycode 66 = Control_L
|
||||
add control = Control_L Control_R
|
||||
@@ -1,2 +1,5 @@
|
||||
#!/bin/bash
|
||||
[[ -f ~/.Xmodmap ]] && xmodmap ~/.Xmodmap
|
||||
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
|
||||
|
||||
exec bspwm
|
||||
|
||||
Reference in New Issue
Block a user