diff options
author | Blaise Thompson <blaise@untzag.com> | 2019-05-05 12:22:57 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2019-05-05 12:22:57 -0500 |
commit | 049ac8daefd05b2726ace897d3a6599d38a9f83d (patch) | |
tree | d3555fae30828c6d9a76cc03ae7fedf4946764a3 /i3 | |
parent | f433703a77f7db4e8e5a518619c748a398c2e361 (diff) |
2019-05-05 12:22
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -187,7 +187,9 @@ exec --no-startup-id /usr/lib/gnome-settings-daemon/gsd-xsettings exec --no-startup-id dconf write /org/gnome/settings-daemon/plugins/cursor/active false exec --no-startup-id xsetroot -solid "#000000" -exec-always xset s off -dpms # never turn off screen +exec-always xset -dmps # never turn off screen +exec-always xset s off # never turn off screen +exec-always xset s 0 0 exec xset -b # never beep -exec-always --no-startup-id dunst -config ~/.dunstrc
\ No newline at end of file +exec-always --no-startup-id dunst -config ~/.dunstrc |