From 72942370c356c7e07e2eafb1aa0e68617750abd3 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Mon, 20 Mar 2023 18:25:28 +0200 Subject: stumpwm: fix typo --- .config/stumpwm/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config') diff --git a/.config/stumpwm/config b/.config/stumpwm/config index 745a060..36867cf 100644 --- a/.config/stumpwm/config +++ b/.config/stumpwm/config @@ -11,9 +11,9 @@ ;; (load "~/.stumpwm.d/bluetooth.lisp") ;; (load "~/.stumpwm.d/commands.lisp") +(load "~/.config/stumpwm/theme.lisp") (load "~/.config/stumpwm/placement.lisp") (load "~/.config/stumpwm/keybindings.lisp") -(load "~/.config/stumpwm/theme.lisp") ;; (load "~/./utilities.lisp") (load "~/.config/stumpwm/modeline.lisp") @@ -44,7 +44,7 @@ exec qbittorrent &") (define-key *root-map* (kbd "e") "exec emacsclient -c") -(define-key *root-map* (kbd "e") "emacs --daemon") +(define-key *root-map* (kbd "C-e") "exec emacs --daemon") ;; Browse somewhere (define-key *root-map* (kbd "b") "colon1 exec firefox http://www.") -- cgit v1.2.3