diff options
Diffstat (limited to 'XServer')
-rw-r--r-- | XServer/.xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XServer/.xinitrc b/XServer/.xinitrc index b1c03b2..b1a9431 100644 --- a/XServer/.xinitrc +++ b/XServer/.xinitrc @@ -3,7 +3,7 @@ killall sxhkd; sh .xprofile; -xset s 1800; +screentimer on; xrandr --output HDMI1 --auto --mode 1920x1080 --left-of eDP1; xrandr --output eDP1 --auto --mode 1920x1080; |