From 3560996c2101fea49a5ebdb832fee1751816c060 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Thu, 14 Apr 2022 23:39:14 +0200 Subject: Update of i3 config --- dot_config/i3/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dot_config') diff --git a/dot_config/i3/config b/dot_config/i3/config index 82655b3..bbfe95c 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config @@ -24,7 +24,7 @@ font pango:monospace 8 # xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the # screen before suspend. Use loginctl lock-session to lock your screen. -exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --color=040217 --show-failed-attemps --nofork +exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --image="$HOME/Pictures/superhot_wpp.png" --show-failed-attemps --nofork # NetworkManager is the most popular way to manage wireless networks on Linux, # and nm-applet is a desktop environment-independent system tray GUI for it. @@ -221,11 +221,11 @@ client.placeholder #20202D #20202D #FFFFFF #0C1746 #3C3C54 client.background #D52C70 # suspend and hibernate -bindsym $mod+Shift+S exec "i3-nagbar -t warning -f fixed -m 'You pressed the suspending shortcut. Do you really want to suspend your computer?' -B 'Yes, suspend it.' 'i3lock --color=040217 && sudo /bin/zzz'" +bindsym $mod+Shift+S exec "i3-nagbar -t warning -f fixed -m 'You pressed the suspending shortcut. Do you really want to suspend your computer?' -B 'Yes, suspend it.' 'i3lock --image="$HOME/Pictures/superhot_wpp.png" && sudo /bin/zzz'" bindsym $mod+Shift+Delete exec "i3-nagbar -t warning -f fixed -m 'You pressed the hibernating shortcut. Do you really want to put your computer to sleep?' -B 'Yes, do it.' 'sudo /bin/ZZZ'" # What happens when we hit the power button -bindsym XF86PowerOff exec xcowsay $(fortune -os) +bindsym XF86PowerOff exec xcowsay $(fortune -s) ######GAPS###### set $mode_gaps Gaps: (o)uter, (i)nner, (h)orizontal, (v)ertical, (t)op, (r)ight, (b)ottom, (l)eft @@ -400,4 +400,4 @@ bindsym $mod+Shift+F10 exec i3-msg exit bindsym $mod+Shift+F2 exec notify-send -t 5000 -i /home/mas/Pictures/icons/android_studio.png "Lauching" "Android Studio" && exec studio #(L)ock -bindsym $mod+Ctrl+l exec i3lock --show-failed-attempts --color=040217 +bindsym $mod+Ctrl+l exec i3lock --show-failed-attempts --image="$HOME/Pictures/superhot_wpp.png" -- cgit v1.2.3