From 7c7f8cd3c6a449f156bfc2a781f1e08421865f5b Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 21 Jun 2025 08:53:55 -0700 Subject: stumpwm: Remove custom app luanching code This has now been superseded by the ‘s-c a’ ‘run-application’ command. --- oni/home/services/stumpwm/pop-os-config.lisp | 10 ---------- 1 file changed, 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.") -- cgit v1.3-2-g0d8e