diff options
author | 2022-12-27 09:08:04 -0500 | |
---|---|---|
committer | 2022-12-27 09:08:04 -0500 | |
commit | ca72d74538ebafbb2ac53c0c4d05089a5cb591ce (patch) | |
tree | 208e60f867d1a54012a9848caf73d5202e305f71 /.emacs.d/lisp/bandali-exwm.el | |
parent | 05d1c1ac3b62f9b991f5fc11369715c52311d9f1 (diff) | |
download | configs-ca72d74538ebafbb2ac53c0c4d05089a5cb591ce.tar.gz configs-ca72d74538ebafbb2ac53c0c4d05089a5cb591ce.tar.xz configs-ca72d74538ebafbb2ac53c0c4d05089a5cb591ce.zip |
Run EXWM on langa too
Diffstat (limited to '.emacs.d/lisp/bandali-exwm.el')
-rw-r--r-- | .emacs.d/lisp/bandali-exwm.el | 4 |
1 files changed, 2 insertions, 2 deletions
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))) |