From d74db4c5aa2f2cee3aef155dd8f6d10213418113 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 27 Jul 2024 00:33:58 +0400 Subject: [PATCH] i am the honored one --- config/emacs/emacs.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/emacs/emacs.org b/config/emacs/emacs.org index c732c1ce..493547f5 100644 --- a/config/emacs/emacs.org +++ b/config/emacs/emacs.org @@ -1247,7 +1247,7 @@ I'm scared ;; Ctrl+Q will enable the next key to be sent directly (define-key exwm-mode-map [?\C-q] 'exwm-input-send-next-key) ;; app launcher and fullscreen - (exwm-input-set-key (kbd "s-SPC") 'counsel-linux-app) + (exwm-input-set-key (kbd "s-SPC") 'app-launcher-run-app) (exwm-input-set-key (kbd "s-f") 'exwm-layout-toggle-fullscreen) ;; Set up global key bindings. These always work, no matter the input state! ;; Keep in mind that changing this list after EXWM initializes has no effect.