summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.emacs.d/init.el2
-rw-r--r--.emacs.d/lisp/bandali-exwm.el4
2 files changed, 3 insertions, 3 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 7f6ef96..310dfde 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -496,7 +496,7 @@ for all frames."
(display-graphic-p)
;; we're not running in another WM/DE
(not (getenv "XDG_CURRENT_DESKTOP"))
- (member (system-name) '("chaman")))
+ (member (system-name) '("chaman" "langa")))
(require 'bandali-exwm)
(global-set-key (kbd "C-x b") #'exwm-workspace-switch-to-buffer))
diff --git a/.emacs.d/lisp/bandali-exwm.el b/.emacs.d/lisp/bandali-exwm.el
index dca5d70..463ebbf 100644
--- a/.emacs.d/lisp/bandali-exwm.el
+++ b/.emacs.d/lisp/bandali-exwm.el
@@ -228,8 +228,8 @@ around if needed."
(start-process "" nil "light" "-A" "5")))
([XF86ScreenSaver] .
(lambda ()
- (interactive)
- (start-process "" nil "dm-tool" "lock")))
+ (interactive)
+ (start-process "" nil "dm-tool" "lock")))
([\s-XF86Back] . previous-buffer)
([\s-XF86Forward] . next-buffer)))