summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
authorself <george@gabbott.dev>2022-09-04 22:05:54 +0100
committerself <george@gabbott.dev>2022-09-04 22:05:54 +0100
commit8be8170b8418a6d1bb0a940a269dde0a0fb51309 (patch)
tree667bed03f33837d44627311fc33042e7db61a1f9 /.xinitrc
parent00138488ac62ff9a78acd69aaffda5c11be8bbdc (diff)
Remove screensaver
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc
index 2324c05..8b544e0 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -6,6 +6,10 @@ setxkbmap -option caps:swapescape
export SHELL=/bin/zsh # Set shell to zsh
# wmname LG3D & # For getting Java applications, e.g. Pycharm, Rider to work.
+# Deal with screen saver
+xset s off
+xset -dpms
+
# Launch the Window Manager with a Parameter
session=${1:-wmdwm}