From 07e700aebc1cea991fd68e82a46869a1d287a23f Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Sun, 3 May 2020 23:56:50 -0400
Subject: finally got this insane plan in order
So I want to lock on suspend but not on hibernate because my hard drive
is encrypted, and this is a single user system, but xss-lock will only
do suspend&hibernate or neither. So I wrapped lid close and i3lock with
a script that locks and then hibernates. And xss-lock has sleep disabled
so it now works.
---
home/.config/i3/config | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'home/.config/i3')
diff --git a/home/.config/i3/config b/home/.config/i3/config
index e5324a1..a94d916 100644
--- a/home/.config/i3/config
+++ b/home/.config/i3/config
@@ -24,7 +24,7 @@ bindsym $mod+$scr exec xrandr --output HDMI-2 --auto --right-of eDP-1 &&\
pactl set-card-profile 0 output:"hdmi-stereo-extra1"+input:analog-stereo
# Hibernation
-bindsym $mod+x exec i3lock -i ~/bg/sc.png -k && systemctl hybrid-sleep
+bindsym $mod+x exec ~/.lock
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
font pango:monospace 8
--
cgit