diff options
author | Amin Bandali <amin@aminb.org> | 2018-04-30 20:14:37 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-04-30 20:16:13 -0400 |
commit | a4a4626e7d47d7cd08679701dc436533c4459756 (patch) | |
tree | 6c7644dd74b51a58e05c716529810c33451d8d74 | |
parent | e9bcfa3016d7bd2fc1ed8531a6c6a612b0fcddc3 (diff) | |
download | configs-a4a4626e7d47d7cd08679701dc436533c4459756.tar.gz configs-a4a4626e7d47d7cd08679701dc436533c4459756.tar.xz configs-a4a4626e7d47d7cd08679701dc436533c4459756.zip |
[rc/emacs] disable the internal border of Emacs' frame
See https://github.com/ch11ng/exwm/issues/169
-rw-r--r-- | rc.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3537,7 +3537,7 @@ then bspwm & elif [ $(hostname) = "enigma" ] then - emacs & + emacs -ib 0 & fi #+end_src |