projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
* .config/getmail/getmailrc: Add 'ssl_ciphers = AES256-SHA' needed with getmail6.
[~bandali/configs]
/
.emacs.d
/
lisp
/
bandali-exwm.el
diff --git
a/.emacs.d/lisp/bandali-exwm.el
b/.emacs.d/lisp/bandali-exwm.el
index
dca5d70
..
3072765
100644
(file)
--- a/
.emacs.d/lisp/bandali-exwm.el
+++ b/
.emacs.d/lisp/bandali-exwm.el
@@
-27,8
+27,7
@@
(add-to-list 'load-path (b/lisp "xelb"))
(add-to-list 'load-path (b/lisp "exwm"))
(require 'exwm)
(add-to-list 'load-path (b/lisp "xelb"))
(add-to-list 'load-path (b/lisp "exwm"))
(require 'exwm)
-(setq ;; exwm-replace t
- exwm-workspace-show-all-buffers t)
+;; (setq exwm-replace t)
;; make class name the buffer name, truncating beyond 60 characters
(defun b/exwm-rename-buffer ()
(interactive)
;; make class name the buffer name, truncating beyond 60 characters
(defun b/exwm-rename-buffer ()
(interactive)
@@
-228,8
+227,8
@@
around if needed."
(start-process "" nil "light" "-A" "5")))
([XF86ScreenSaver] .
(lambda ()
(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)))
([\s-XF86Back] . previous-buffer)
([\s-XF86Forward] . next-buffer)))
@@
-312,6
+311,7
@@
around if needed."
(require 'exwm-edit)
(with-eval-after-load 'exwm-workspace
(require 'exwm-edit)
(with-eval-after-load 'exwm-workspace
+ (setq exwm-workspace-show-all-buffers t)
(setq-default
mode-line-format
(append
(setq-default
mode-line-format
(append
@@
-321,5
+321,8
@@
around if needed."
" [%s]" (number-to-string
exwm-workspace-current-index)))))))
" [%s]" (number-to-string
exwm-workspace-current-index)))))))
+(with-eval-after-load 'exwm-layout
+ (setq exwm-layout-show-all-buffers t))
+
(provide 'bandali-exwm)
;;; bandali-exwm.el ends here
(provide 'bandali-exwm)
;;; bandali-exwm.el ends here