# HG changeset patch # User Steve Losh # Date 1532550809 0 # Node ID da6da4f4ea85a3f12bd6e44249d47da563f3358b # Parent 789407c01a1ca2261616662e82167c5d7a3e9e3e Lock, fixup pass diff -r 789407c01a1c -r da6da4f4ea85 stumpwmrc --- a/stumpwmrc Wed Jul 25 05:07:30 2018 +0000 +++ b/stumpwmrc Wed Jul 25 20:33:29 2018 +0000 @@ -193,7 +193,8 @@ (toggle-mode-line (current-screen) (current-head))) (defcommand pass-personal () () - (let ((pass:*password-store* "/home/sjl/.password-store/")) + (let ((pass:*password-store* "/home/sjl/.password-store/") + (pass:*pass-notification-message* t)) (pass:pass-copy))) ;; (defcommand pass-work () () diff -r 789407c01a1c -r da6da4f4ea85 xsessionrc --- a/xsessionrc Wed Jul 25 05:07:30 2018 +0000 +++ b/xsessionrc Wed Jul 25 20:33:29 2018 +0000 @@ -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 15 -locker /usr/bin/slock & +xautolock -time 15 -locker /usr/bin/slock & # /usr/bin/dunst -config $HOME/.dunstrc &