xmodmap
This commit is contained in:
parent
2afeba3c23
commit
8c05706bcc
2 changed files with 5 additions and 1 deletions
3
.xinitrc
3
.xinitrc
|
|
@ -9,7 +9,8 @@ xscreensaver -no-splash &
|
|||
#rofi -key-run control-space -fuzzy -terminal run_terminal &
|
||||
nm-applet &
|
||||
gnome-sound-applet &
|
||||
setxkbmap -option ctrl:nocaps &
|
||||
#setxkbmap -option ctrl:nocaps &
|
||||
xmodmap ~/.xmodmap &
|
||||
synclient PalmDetect=1
|
||||
|
||||
#if [ -f ~/.xrandrrc ]; then
|
||||
|
|
|
|||
3
.xmodmap
Normal file
3
.xmodmap
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
keycode 66 = Control_L
|
||||
clear Lock
|
||||
add Control = Control_L
|
||||
Loading…
Add table
Add a link
Reference in a new issue