From 7de787553e1b1ed528a50be5d6a68e3416ef5af5 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 3 Aug 2017 20:16:45 -0500 Subject: [PATCH] Disabled X screensaver and DPMS --- .config/i3/config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/i3/config b/.config/i3/config index 036e0bb6..50f8232a 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -61,7 +61,13 @@ exec --no-startup-id mopidy ## Settings ################### +# No terminal bell exec --no-startup-id xset -b +# No DPMS (display blanking) +exec --no-startup-id xset -dpms +# No screensaver +exec --no-startup-id xset s off + ################### ## Workspaces