From 88b447b18ea93e549b81ae7c6498b2e35b2b62d2 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Mon, 2 Jan 2023 13:46:23 -0500 Subject: [PATCH] Notify screen lock at 15 seconds, use both top corners for inhibit --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index 87c19e4..4c52917 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -23,7 +23,7 @@ exec --no-startup-id mailnag exec --no-startup-id touchegg 2>&1 > /dev/null exec --no-startup-id numlockx on # enable numlock exec --no-startup-id xset s off dpms 0 0 0 # disable auto screen blanking -exec --no-startup-id xautolock -time 5 -locker "$config_dir/lock.sh lock 5" -detectsleep -corners -000 -notify 5 -notifier 'notify-send "Locking screen in 5 seconds" -i system-lock-screen -t 4500' +exec --no-startup-id xautolock -time 5 -locker "$config_dir/lock.sh lock 5" -detectsleep -corners --00 -notify 15 -notifier 'notify-send "Locking screen in 15 seconds" -i system-lock-screen -t 4500' # firefox workspace bindings for_window [class="(?i)Firefox" title="^«work» "] move --no-auto-back-and-forth container to workspace number 2