aboutsummaryrefslogtreecommitdiffstats
path: root/oni
diff options
context:
space:
mode:
authorGravatar Tom Willemse2025-06-21 08:53:55 -0700
committerGravatar Tom Willemse2025-06-21 08:53:55 -0700
commit7c7f8cd3c6a449f156bfc2a781f1e08421865f5b (patch)
tree520278876d8f722dffb3506cc3c2cb1ef99fce23 /oni
parent6a325f9bd23100828117c52a95d025f8af626976 (diff)
downloadnew-dotfiles-7c7f8cd3c6a449f156bfc2a781f1e08421865f5b.tar.gz
new-dotfiles-7c7f8cd3c6a449f156bfc2a781f1e08421865f5b.zip
stumpwm: Remove custom app luanching code
This has now been superseded by the ‘s-c a’ ‘run-application’ command.
Diffstat (limited to 'oni')
-rw-r--r--oni/home/services/stumpwm/pop-os-config.lisp10
1 files changed, 0 insertions, 10 deletions
diff --git a/oni/home/services/stumpwm/pop-os-config.lisp b/oni/home/services/stumpwm/pop-os-config.lisp
index d8c88f5..3c047a5 100644
--- a/oni/home/services/stumpwm/pop-os-config.lisp
+++ b/oni/home/services/stumpwm/pop-os-config.lisp
@@ -1,13 +1,3 @@
-(defvar *application-bindings*
- (let ((m (make-sparse-keymap)))
- (define-key m (kbd "b") "exec gtk-launch app.zen_browser.zen")
- (define-key m (kbd "s") "exec gtk-launch com.slack.Slack")
- (define-key m (kbd "t") "exec gtk-launch org.wezfurlong.wezterm")
- (define-key m (kbd "q") "exec gtk-launch it.fabiodistasio.AntaresSQL")
- m))
-
-(define-key *top-map* (kbd "s-a") '*application-bindings*)
-
(defvar *distraction-hook* nil
"Hook where application scan register functions to call when I'm distracted.")