From c892b7f6c383acfe0984d0edcf37fe2c3488185d Mon Sep 17 00:00:00 2001 From: M1dgard Date: Sun, 4 Nov 2018 00:50:13 +0100 Subject: [PATCH] [i3] Tile lockscreen bg, show failed attempts --- i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/config b/i3/config index 444ef8b..d1fab07 100644 --- a/i3/config +++ b/i3/config @@ -96,7 +96,7 @@ bindsym $mod+c mode $macromode ################ # lock the screen -bindsym Mod1+l exec --no-startup-id i3lock --image="$HOME/img/background/Red-billed_streamertail_Trochilus_polytmus_female_in_flight_2_lock.png" || notify-send -u normal -i lock -a i3 "Failed to lock screen" "i3lock had a non-zero exit code." +bindsym Mod1+l exec --no-startup-id i3lock --tiling --show-failed-attempts --color=000000 --image="$HOME/img/bg/Red-billed_streamertail_Trochilus_polytmus_female_in_flight_2_lock.png" || notify-send -u normal -i lock -a i3 "Failed to lock screen" "i3lock had a non-zero exit code." # start a terminal bindsym $mod+Return exec $term