7c341a980eda
Merge
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sun, 30 Aug 2020 17:27:45 -0400 |
parents | bb1f0bc31860 (current diff) 9097174b115d (diff) |
children | dd879591c545 |
branches/tags | (none) |
files | vim/custom-dictionary.utf-8.add |
Changes
--- a/ffignore Thu Aug 27 22:46:44 2020 -0400 +++ b/ffignore Sun Aug 30 17:27:45 2020 -0400 @@ -7,6 +7,7 @@ node_modules fake-gopath slug +docs/build syntax:regex \btags$
--- a/stumpwmrc Thu Aug 27 22:46:44 2020 -0400 +++ b/stumpwmrc Sun Aug 30 17:27:45 2020 -0400 @@ -427,9 +427,6 @@ (defcommand spotify () () (run-or-raise "spotify" '(:class "Spotify"))) -(defcommand intellij () () - (run-or-raise "~/intellij/bin/idea.sh" '(:class "jetbrains-idea-ce"))) - (defcommand browser () () (run-or-raise "firefox" '(:class "Firefox"))) @@ -587,7 +584,7 @@ (define-top-keys ;; timers ("s-F7" "tea-timer") ("s-F9" "run-pop-timer") - ("s-F8" "set-pop-timer") + ("s-F8" "set-pop-timer") ("s-p" "posture-start") ("s-P" "posture-stop") ("s-y" "posture-answer-yes")