summaryrefslogtreecommitdiff
path: root/.config/stumpwm
diff options
context:
space:
mode:
Diffstat (limited to '.config/stumpwm')
-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.")