summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2023-10-21 13:14:54 +0200
committerAndreas Fankhauser hiddenalpha.ch2023-10-21 13:14:54 +0200
commitcf9b11e3cb2ebc5878d80e247ba2376bc788367e (patch)
tree556c1da81c5746007a89c356570f615262ad0955 /src
parentf506431973585ef15196aefd409c3f94474a0468 (diff)
downloaddotfiles-cf9b11e3cb2ebc5878d80e247ba2376bc788367e.zip
dotfiles-cf9b11e3cb2ebc5878d80e247ba2376bc788367e.tar.gz
(xorg) add oneliner for convenience.
Diffstat (limited to 'src')
-rw-r--r--src/xorg/_xinitrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xorg/_xinitrc b/src/xorg/_xinitrc
index e0ff5de..841baea 100644
--- a/src/xorg/_xinitrc
+++ b/src/xorg/_xinitrc
@@ -7,5 +7,8 @@ xset s off # screensaver
xset -dpms # disable DPMS (Energy Star) features
xset s noblank # don't blank the video device
+# Or as a CopyPasta oneliner:
+# xset s off && xset -dpms && xset s noblank
+
exec /etc/alternatives/x-session-manager