Simplify setxkbmap calls
This commit is contained in:
parent
5bc056857a
commit
64f6a72cc1
@ -17,8 +17,7 @@ exec --no-startup-id xset s off dpms 0 0 0
|
|||||||
exec --no-startup-id xautolock -time 5 -locker "~/.config/i3/lock.sh lock 1" -detectsleep
|
exec --no-startup-id xautolock -time 5 -locker "~/.config/i3/lock.sh lock 1" -detectsleep
|
||||||
|
|
||||||
# keyboard settings
|
# keyboard settings
|
||||||
exec --no-startup-id setxkbmap -option 'ctrl:nocaps'
|
exec --no-startup-id setxkbmap -option 'ctrl:nocaps' -option "shift:both_capslock"
|
||||||
exec --no-startup-id setxkbmap -option "shift:both_capslock"
|
|
||||||
|
|
||||||
#exec --no-startup-id compton --backend glx --vsync opengl
|
#exec --no-startup-id compton --backend glx --vsync opengl
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user