summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <amin@aminb.org>2018-04-30 20:14:37 -0400
committerAmin Bandali <amin@aminb.org>2018-04-30 20:16:13 -0400
commita4a4626e7d47d7cd08679701dc436533c4459756 (patch)
tree6c7644dd74b51a58e05c716529810c33451d8d74
parente9bcfa3016d7bd2fc1ed8531a6c6a612b0fcddc3 (diff)
downloadconfigs-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
Diffstat (limited to '')
-rw-r--r--rc.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.org b/rc.org
index de3ef32..5757f61 100644
--- a/rc.org
+++ b/rc.org
@@ -3537,7 +3537,7 @@ then
bspwm &
elif [ $(hostname) = "enigma" ]
then
- emacs &
+ emacs -ib 0 &
fi
#+end_src