c96819f6677d
Merge.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 21 Jun 2019 09:50:25 -0700 |
parents | cd52f0a0c1a2 (current diff) c0a992963f26 (diff) |
children | 639612e93fe8 |
branches/tags | (none) |
files | stumpwmrc |
Changes
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/lock-screen Fri Jun 21 09:50:25 2019 -0700 @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +exec slock /home/sjl/src/dotfiles/bin/slock-post-lock /home/sjl/src/dotfiles/bin/slock-post-unlock
--- a/stumpwmrc Fri Jun 21 09:50:02 2019 -0700 +++ b/stumpwmrc Fri Jun 21 09:50:25 2019 -0700 @@ -343,7 +343,7 @@ () (hostcase ((:alephnull :mobius) - (run-shell-command "exec slock") + (run-shell-command "exec lock-screen") (run-shell-command "systemctl suspend")) (t (message "Not sleeping this machine for safety..")))) @@ -455,7 +455,7 @@ ("H-b" "browser") ("H-B" "exec firefox") ("H-o" "spotify") - ("H-q" "exec slock") + ("H-q" "exec lock-screen") ("H-y" "screenshot") ("H-r" "loadrc") ("H-V" "vlime"))
--- a/xsessionrc Fri Jun 21 09:50:02 2019 -0700 +++ b/xsessionrc Fri Jun 21 09:50:25 2019 -0700 @@ -17,7 +17,7 @@ /home/sjl/src/dotfiles/bin/keysettings xcape -t 200 -e 'Control_L=Escape;Shift_L=Shift_L|9;Shift_R=Shift_R|0' -xautolock -time 30 -locker /usr/bin/slock & +xautolock -time 30 -locker /home/sjl/src/dotfiles/bin/lock-screen & # /usr/bin/dunst -config $HOME/.dunstrc &