diff options
author | self <george@gabbott.dev> | 2022-09-04 22:05:54 +0100 |
---|---|---|
committer | self <george@gabbott.dev> | 2022-09-04 22:05:54 +0100 |
commit | 8be8170b8418a6d1bb0a940a269dde0a0fb51309 (patch) | |
tree | 667bed03f33837d44627311fc33042e7db61a1f9 | |
parent | 00138488ac62ff9a78acd69aaffda5c11be8bbdc (diff) |
Remove screensaver
-rw-r--r-- | .xinitrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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} |