aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2022-04-14 23:39:14 +0200
committerclyhtsuriva <aimeric@adjutor.xyz>2022-04-14 23:39:14 +0200
commit3560996c2101fea49a5ebdb832fee1751816c060 (patch)
tree2e726900cc4d6f27872c6cf74c8337ed1d40ca70
parentc9aeef4ae2f7f4e4a8da93ad26f0d39a6043b199 (diff)
Update of i3 config
-rw-r--r--dot_config/i3/config8
1 files changed, 4 insertions, 4 deletions
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" "<span color='#004d00' font='26px'><b>Android Studio</b></span>" && 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"