diff options
author | Amin Bandali <amin@aminb.org> | 2018-04-26 02:04:38 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-04-26 02:04:38 -0400 |
commit | 2648b6c41ad902c9b3a3420cfd8a33b7269f3f1b (patch) | |
tree | a8ee20857515563564b3bbfdc11fe30310639ee1 | |
parent | d5296b75b7976e883ed5e1f0cf578646b8f47aa0 (diff) | |
download | configs-2648b6c41ad902c9b3a3420cfd8a33b7269f3f1b.tar.gz configs-2648b6c41ad902c9b3a3420cfd8a33b7269f3f1b.tar.xz configs-2648b6c41ad902c9b3a3420cfd8a33b7269f3f1b.zip |
[emacs] use exwm-randr so that exwm would pick up screen rotations
Diffstat (limited to '')
-rw-r--r-- | emacs/init.org | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/emacs/init.org b/emacs/init.org index f404ad1..4d57bf4 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -362,8 +362,7 @@ More like /the most/ convenient key definitions in Emacs. #+begin_src emacs-lisp (use-package general - :demand t - :config) + :demand t) #+end_src *** [[https://github.com/ch11ng/exwm][exwm]] (window manager) @@ -374,7 +373,9 @@ More like /the most/ convenient key definitions in Emacs. (require 'exwm-config) (exwm-config-default) (require 'exwm-systemtray) - (exwm-systemtray-enable)) + (exwm-systemtray-enable) + (require 'exwm-randr) + (exwm-randr-enable)) #+end_src *** [[https://orgmode.org/][Org mode]] |