eb02b7270d28
Merge.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 26 Jul 2018 15:10:41 +0000 |
parents | 5ddd3e5a75fe (current diff) 6e74bbedafce (diff) |
children | e62e57d21745 |
branches/tags | (none) |
files | stumpwmrc |
Changes
--- a/stumpwmrc Thu Jul 26 15:10:24 2018 +0000 +++ b/stumpwmrc Thu Jul 26 15:10:41 2018 +0000 @@ -195,7 +195,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 () ()
--- a/xsessionrc Thu Jul 26 15:10:24 2018 +0000 +++ b/xsessionrc Thu Jul 26 15:10:41 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 &