summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
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}