From 56f6bebbb6872285afa69343fc2a656fd1d4ea77 Mon Sep 17 00:00:00 2001 From: Haelnorr Date: Tue, 25 Jun 2024 19:05:16 +1000 Subject: [PATCH] prevented screen from sleeping --- .config/i3/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/i3/config b/.config/i3/config index 2a0eee5..6930b02 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -7,6 +7,7 @@ exec --no-startup-id picom --no-fading-openclose exec --no-startup-id feh --bg-fill ~/.wallpapers/1 --bg-fill ~/.wallpapers/2 --bg-fill ~/.wallpapers/3 exec --no-startup-id xrdb -merge ~/.Xresources exec_always --no-startup-id setxkbmap -option caps:escape,shift:both_capslock +exec --no-startup-id xset s off -dpms exec_always killall polybar exec_always --no-startup-id ~/.config/polybar/launch_polybar.sh