feat(xorg): update xorg configs
configured AutoRepeat options and disabled dpms
This commit is contained in:
parent
c8782a4f6a
commit
f9f27dbe33
|
@ -2,5 +2,6 @@ Section "InputClass"
|
||||||
Identifier "keyboard-all"
|
Identifier "keyboard-all"
|
||||||
MatchIsKeyboard "on"
|
MatchIsKeyboard "on"
|
||||||
Option "XkbLayout" "us,ru"
|
Option "XkbLayout" "us,ru"
|
||||||
Option "XkbOptions" "grp:win_space_toggle"
|
Option "XkbOptions" "grp:ctrl_space_toggle"
|
||||||
|
Option "AutoRepeat" "250 20"
|
||||||
EndSection
|
EndSection
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
Section "Extensions"
|
||||||
|
Option "DPMS" "false"
|
||||||
|
EndSection
|
|
@ -0,0 +1,3 @@
|
||||||
|
Section "ServerFlags"
|
||||||
|
Option "BlankTime" "0"
|
||||||
|
EndSection
|
Loading…
Reference in New Issue