From 8be8170b8418a6d1bb0a940a269dde0a0fb51309 Mon Sep 17 00:00:00 2001 From: self Date: Sun, 4 Sep 2022 22:05:54 +0100 Subject: Remove screensaver --- .xinitrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.xinitrc') 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} -- cgit v1.2.1