summaryrefslogtreecommitdiff
path: root/.config/stumpwm/config
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-03-20 18:25:28 +0200
committerThanos Apollo <[email protected]>2023-03-20 18:32:02 +0200
commit72942370c356c7e07e2eafb1aa0e68617750abd3 (patch)
tree43dcc73ea3ed5ab43b01b5acde38d1d66b32c95d /.config/stumpwm/config
parent304584abdf95437d35d4aaba61a5acef2e53fcfa (diff)
stumpwm: fix typo
Diffstat (limited to '.config/stumpwm/config')
-rw-r--r--.config/stumpwm/config4
1 files changed, 2 insertions, 2 deletions
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.")