aboutsummaryrefslogtreecommitdiff
path: root/XServer
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2025-10-23 02:23:31 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2025-10-23 02:52:43 +0100
commit4debe52aabaa5d62ad2560f9d5f57bec98b4d9c1 (patch)
treea7ecae88b02c12eefc0089926e468232da91b2a9 /XServer
parentdd3932ec1c2bd729ed8eff71842acd07074a52d5 (diff)
downloaddotfiles-4debe52aabaa5d62ad2560f9d5f57bec98b4d9c1.tar.gz
dotfiles-4debe52aabaa5d62ad2560f9d5f57bec98b4d9c1.tar.bz2
dotfiles-4debe52aabaa5d62ad2560f9d5f57bec98b4d9c1.zip
Setup script to init/tear down a screen timer for autolocking
Diffstat (limited to 'XServer')
-rw-r--r--XServer/.xinitrc2
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;