From 2cd6eb89ca19d39dccaa62cb22c2a8a9857e98d9 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Wed, 10 Feb 2021 19:57:08 -0500 Subject: [PATCH] Show all buffers --- README.org | 11 +++-------- modules/desktop.el | 7 +++---- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/README.org b/README.org index bc9ffc9..dd5d337 100644 --- a/README.org +++ b/README.org @@ -661,13 +661,6 @@ Write out the ~$BROWSER~ environment variable. (setenv "BROWSER" dotfiles/browser) #+end_src -Launch a browser with =SPC b=. - -#+begin_src emacs-lisp -;; (dotfiles/leader -;; "b" '(dotfiles/run-in-background dotfiles/browser :which-key "Browser")) -#+end_src - *** Startup When launching into a session, if the display server is not running then =startx= should be invoked, to run the window manager. @@ -750,8 +743,10 @@ Using =autorandr= with pre configured profiles, switching screens (AKA hot plugg #+begin_src emacs-lisp (use-package exwm :demand t - :custom (exwm-input-prefix-keys + :custom (exwm-workspace-show-all-buffers t) + (exwm-input-prefix-keys '(?\M-x + ?\C-c ?\C-g ?\C-\ )) (exwm-input-global-keys diff --git a/modules/desktop.el b/modules/desktop.el index 7a1691a..fbc6d62 100644 --- a/modules/desktop.el +++ b/modules/desktop.el @@ -39,9 +39,6 @@ (setenv "BROWSER" dotfiles/browser) -;; (dotfiles/leader -;; "b" '(dotfiles/run-in-background dotfiles/browser :which-key "Browser")) - (defun dotfiles/run (command) "Run an external process." (interactive (list (read-shell-command "λ "))) @@ -67,8 +64,10 @@ (use-package exwm :demand t - :custom (exwm-input-prefix-keys + :custom (exwm-workspace-show-all-buffers t) + (exwm-input-prefix-keys '(?\M-x + ?\C-c ?\C-g ?\C-\ )) (exwm-input-global-keys