diff options
author | Amin Bandali <amin@aminb.org> | 2018-05-02 23:54:50 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-05-02 23:54:50 -0400 |
commit | 45568be1a6ed8ec290b539e2cff3ee45a02af152 (patch) | |
tree | d4bd03f6f6152e007ce1f02c10f9ab43ab055f6a | |
parent | c2ce9b125eeb252f681ff809b65597fd1c88d2fd (diff) | |
download | configs-45568be1a6ed8ec290b539e2cff3ee45a02af152.tar.gz configs-45568be1a6ed8ec290b539e2cff3ee45a02af152.tar.xz configs-45568be1a6ed8ec290b539e2cff3ee45a02af152.zip |
[emacs] disable EXWM
Having used EXWM for a couple of days, I think bspwm provides an
overall more stable and smoother experience, and is more polished.
I really am going to miss EXWM's simulation keys though. Thankfully,
it seems like xkeysnail [0] is a nice solution for that.
[0]: https://github.com/mooz/xkeysnail
-rw-r--r-- | init.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -534,7 +534,7 @@ Roll your own modal mode *** [[https://github.com/ch11ng/exwm][EXWM]] (window manager) -#+begin_src emacs-lisp +#+begin_src emacs-lisp :tangle no (use-package exwm :demand t :config @@ -709,7 +709,7 @@ Roll your own modal mode :header-args+: :tangle ~/.config/sxhkd/sxhkdrc :mkdirp yes :END: -#+begin_src conf +#+begin_src conf :tangle no # terminal emulator super + Return urxvt |