|
@ -661,13 +661,6 @@ Write out the ~$BROWSER~ environment variable. |
|
|
(setenv "BROWSER" dotfiles/browser) |
|
|
(setenv "BROWSER" dotfiles/browser) |
|
|
#+end_src |
|
|
#+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 |
|
|
*** Startup |
|
|
|
|
|
|
|
|
When launching into a session, if the display server is not running then =startx= should be invoked, to run the window manager. |
|
|
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 |
|
|
#+begin_src emacs-lisp |
|
|
(use-package exwm |
|
|
(use-package exwm |
|
|
:demand t |
|
|
:demand t |
|
|
:custom (exwm-input-prefix-keys |
|
|
|
|
|
|
|
|
:custom (exwm-workspace-show-all-buffers t) |
|
|
|
|
|
(exwm-input-prefix-keys |
|
|
'(?\M-x |
|
|
'(?\M-x |
|
|
|
|
|
?\C-c |
|
|
?\C-g |
|
|
?\C-g |
|
|
?\C-\ )) |
|
|
?\C-\ )) |
|
|
(exwm-input-global-keys |
|
|
(exwm-input-global-keys |
|
|