a7f0e08891c8

Merge
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 08 Sep 2020 11:31:09 -0400
parents 1fa04416fcdb (current diff) 8b5b2b90ac77 (diff)
children 01b4fd763aab
branches/tags (none)
files stumpwmrc

Changes

--- a/stumpwmrc	Tue Sep 08 11:30:23 2020 -0400
+++ b/stumpwmrc	Tue Sep 08 11:31:09 2020 -0400
@@ -403,6 +403,10 @@
       (return-from unfuck-zoom-link))
     (message "Clipboard doesn't seem to be a Zoom link.")))
 
+(defcommand rain () ()
+  (message (run-shell-command "weather -H 36" t)))
+
+
 
 ;;;; Terminal Fonts -----------------------------------------------------------
 (defcommand reload-terminal-font-size ()
@@ -454,6 +458,9 @@
 (defcommand spotify () ()
   (run-or-raise "spotify" '(:class "Spotify")))
 
+(defcommand files () ()
+  (run-shell-command "open $HOME"))
+
 (defcommand browser () ()
   (run-or-raise "firefox" '(:class "Firefox")))
 
@@ -534,7 +541,8 @@
   ("H-|" "generate-password")
   ("H-b" "browser")
   ("H-B" "exec firefox")
-  ("H-o" "spotify")
+  ("H-O" "spotify")
+  ("H-o" "files")
   ("H-z" "zoom")
   ("H-Z" "unfuck-zoom-link")
   ("H-q" "exec lock-screen")
@@ -542,7 +550,8 @@
   ("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