feat(xorg): update xorg configs

configured AutoRepeat options and disabled dpms
This commit is contained in:
doryan 2025-04-11 12:44:34 +04:00
parent c8782a4f6a
commit f9f27dbe33
3 changed files with 8 additions and 1 deletions

View File

@ -2,5 +2,6 @@ Section "InputClass"
Identifier "keyboard-all"
MatchIsKeyboard "on"
Option "XkbLayout" "us,ru"
Option "XkbOptions" "grp:win_space_toggle"
Option "XkbOptions" "grp:ctrl_space_toggle"
Option "AutoRepeat" "250 20"
EndSection

View File

@ -0,0 +1,3 @@
Section "Extensions"
Option "DPMS" "false"
EndSection

View File

@ -0,0 +1,3 @@
Section "ServerFlags"
Option "BlankTime" "0"
EndSection