aboutsummaryrefslogtreecommitdiff
path: root/home/.config/i3
diff options
context:
space:
mode:
Diffstat (limited to 'home/.config/i3')
-rw-r--r--home/.config/i3/config6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/.config/i3/config b/home/.config/i3/config
index 18e9012..8b5c22a 100644
--- a/home/.config/i3/config
+++ b/home/.config/i3/config
@@ -10,7 +10,7 @@
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
set $mod Mod4
-set $lock i3lock --nofork
+set $lock i3lock --nofork -i ~/bg/sc.png -k
bindsym --release Print exec scrot -fs
@@ -29,7 +29,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 --nofork
+exec --no-startup-id xss-lock --transfer-sleep-lock -- $lock
# 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.
@@ -174,4 +174,4 @@ for_window [class=".*"] border pixel 0
gaps inner 20
gaps outer -20
-bindsym $mod+q exec $lock && systemctl suspend
+bindsym $mod+q exec systemctl suspend