639612e93fe8
More
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Mon, 24 Jun 2019 16:16:16 -0700 |
parents | c96819f6677d |
children | e27888136324 |
branches/tags | (none) |
files | stumpwmrc |
Changes
--- a/stumpwmrc Fri Jun 21 09:50:25 2019 -0700 +++ b/stumpwmrc Mon Jun 24 16:16:16 2019 -0700 @@ -322,6 +322,9 @@ (defcommand toggle-current-mode-line () () (toggle-mode-line (current-screen) (current-head))) +(defcommand toggle-stumptray () () + (run-commands "stumptray")) + (defcommand pass-personal () () (let ((pass:*password-store* "/home/sjl/.password-store/") (pass:*pass-notification-message* t)) @@ -530,7 +533,8 @@ (define-top-keys ;; stump ("Pause" "terminal") ; jesus christ - ("H-F10" "sleep-machine") + ("H-F9" "sleep-machine") + ("H-F10" "toggle-stumptray") ("H-F11" "toggle-current-mode-line") ("H-F12" "refresh-heads"))