From 569c2919cb00c72e3b7e581ff2c7cca13cd87287 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Fri, 20 Nov 2020 17:04:19 +0100 Subject: [PATCH] Fix --- xinitrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xinitrc b/xinitrc index 2cf2426..0b31027 100644 --- a/xinitrc +++ b/xinitrc @@ -47,8 +47,8 @@ $HOME/.config/picom/launch & nitrogen --restore & # Anti sleep -exec_always xset s off & -exec_always xset -dpms & +xset s off & +xset -dpms & # Loop while true; do