feat(xorg): update xorg configs
configured AutoRepeat options and disabled dpms
This commit is contained in:
@@ -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
|
||||||
|
|||||||
3
root_configs/xorg.conf.d/10-extensions.conf
Normal file
3
root_configs/xorg.conf.d/10-extensions.conf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
Section "Extensions"
|
||||||
|
Option "DPMS" "false"
|
||||||
|
EndSection
|
||||||
3
root_configs/xorg.conf.d/10-serverflags.conf
Normal file
3
root_configs/xorg.conf.d/10-serverflags.conf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
Section "ServerFlags"
|
||||||
|
Option "BlankTime" "0"
|
||||||
|
EndSection
|
||||||
Reference in New Issue
Block a user