From 575eb27de9606b1c904648d861b988c77d1f2d68 Mon Sep 17 00:00:00 2001
From: Holden Rohrer <hr@hrhr.dev>
Date: Thu, 16 Apr 2020 18:05:30 -0400
Subject: put bg on lock

---
 home/.config/i3/config | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'home/.config/i3')

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
-- 
cgit