commit d28b15a67337b50864371e06bea0977bb0937f08
parent da1cf9710c77a02209545d2cf5d3af6574aa1d90
Author: oscarbenedito <oscar@oscarbenedito.com>
Date:   Sun,  3 May 2020 22:50:40 +0200

xautolock can now be disabled with corners

Diffstat:
Mdot_config/i3/config | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dot_config/i3/config b/dot_config/i3/config @@ -194,7 +194,7 @@ mode "$mode_system" { } # Autolock after 5 minutes of inactivity -exec --no-startup-id xautolock -detectsleep -time 5 -locker "$HOME/.local/bin/,i3-lock" -notify 30 -notifier "notify-send -u critical -t 10000 'Locking screen in 30 seconds'" +exec --no-startup-id xautolock -detectsleep -corners 0-00 -time 5 -locker "$HOME/.local/bin/,i3-lock" -notify 30 -notifier "notify-send -u critical -t 10000 'Locking screen in 30 seconds'" # /session commands }}}