aboutsummaryrefslogtreecommitdiff
path: root/home/.xinitrc
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-05-03 23:56:50 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-05-03 23:56:55 -0400
commit07e700aebc1cea991fd68e82a46869a1d287a23f (patch)
tree79b8834d95008282cb398aab95325204759f17db /home/.xinitrc
parent823dfd46f93e7248d5da9441983cd769323b2e60 (diff)
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.
Diffstat (limited to 'home/.xinitrc')
-rw-r--r--home/.xinitrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.xinitrc b/home/.xinitrc
index cee79e8..16e53fb 100644
--- a/home/.xinitrc
+++ b/home/.xinitrc
@@ -1,5 +1,5 @@
picom -b
-xss-lock --ignore-sleep -- i3lock --nofork -i ~/bg/sc.png -k &
+xss-lock --ignore-sleep -- ~/.lock &
setxkbmap -layout us -variant dvp -option caps:escape
feh --bg-fill --no-fehbg ~/bg/sc.png
st &