From eaca96f7860cf6c9c4da0f7966eaa26a2add5be7 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Sun, 4 Feb 2018 12:10:18 +0100 Subject: [PATCH] i3-config: grey background for i3lock --- config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/i3/config b/config/i3/config index 10c2e5e..c2b1b69 100644 --- a/config/i3/config +++ b/config/i3/config @@ -51,10 +51,10 @@ bindsym $mod+Shift+bracketright move workspace to output right new_window 1pixel # lock -bindsym Mod4+l exec i3lock +bindsym Mod4+l exec i3lock -c 333333 # lock and suspend -bindsym Mod4+s exec i3lock && systemctl suspend +bindsym Mod4+s exec i3lock -c 333333 && systemctl suspend # screenshot bindsym --release Print exec scrot -s '%Y-%m-%d-%H-%M-%S.png' -e 'mv $f ~/Pictures/shots/'