b7b95cfbb342
More
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Mon, 07 Sep 2020 20:57:15 -0400 |
parents | dd879591c545 |
children | 8b5b2b90ac77 |
branches/tags | (none) |
files | stumpwmrc |
Changes
--- a/stumpwmrc Sun Aug 30 21:13:42 2020 -0400 +++ b/stumpwmrc Mon Sep 07 20:57:15 2020 -0400 @@ -385,6 +385,9 @@ (defcommand describe-window () () (show-window-properties)) +(defcommand rain () () + (message (run-shell-command "weather -H 36" t))) + ;;;; Terminal Fonts ----------------------------------------------------------- (defcommand reload-terminal-font-size () @@ -427,6 +430,9 @@ (defcommand spotify () () (run-or-raise "spotify" '(:class "Spotify"))) +(defcommand files () () + (run-shell-command "open $HOME")) + (defcommand browser () () (run-or-raise "firefox" '(:class "Firefox"))) @@ -507,14 +513,16 @@ ("H-|" "generate-password") ("H-b" "browser") ("H-B" "exec firefox") - ("H-o" "spotify") + ("H-O" "spotify") + ("H-o" "files") ("H-z" "zoom") ("H-q" "exec lock-screen") ("H-y" "screenshot") ("H-g" "gcontrol") ("H-f" "save-fucked-screenshot") ("H-F" "delete-fucked-screenshot") - ("H-r" "loadrc") + ("H-R" "loadrc") + ("H-r" "rain") ("H-V" "vlime")) (define-top-keys ;; clipboard