# HG changeset patch # User Steve Losh # Date 1560613613 14400 # Node ID c0a992963f26129e6417eb938984c84c122f8c81 # Parent 06a5d5a71a89b419c2237f52d676d075b8ee9af0# Parent df8c563e928ac76416a6ffe0b2d5c195378e125e Merge. diff -r df8c563e928a -r c0a992963f26 bin/lock-screen --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/lock-screen Sat Jun 15 11:46:53 2019 -0400 @@ -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 diff -r df8c563e928a -r c0a992963f26 stumpwmrc --- a/stumpwmrc Fri Jun 14 14:45:49 2019 -0400 +++ b/stumpwmrc Sat Jun 15 11:46:53 2019 -0400 @@ -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..")))) @@ -452,7 +452,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")) diff -r df8c563e928a -r c0a992963f26 xsessionrc --- a/xsessionrc Fri Jun 14 14:45:49 2019 -0400 +++ b/xsessionrc Sat Jun 15 11:46:53 2019 -0400 @@ -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 &