summaryrefslogtreecommitdiff
path: root/xinitrc
diff options
context:
space:
mode:
Diffstat (limited to 'xinitrc')
-rwxr-xr-xxinitrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/xinitrc b/xinitrc
index eece647..929a810 100755
--- a/xinitrc
+++ b/xinitrc
@@ -75,7 +75,10 @@ else
fi
# Start the GNU Emacs daemon
-[[ ! -r "/tmp/emacs${UID}/server" ]] && emacs --daemon &
+#[[ ! -r "/tmp/emacs${UID}/server" ]] && emacs --daemon &
+# - disable the socket logic, Gtk+ bug crashes emacs, leaves the socket
+# - http://bugzilla.gnome.org/show_bug.cgi?id=85715
+emacs --daemon &
# Xwrits reminds you to take wrist breaks and avoid RSI
xwrits typetime=45 clock breakclock top ready-picture="${HOME}/.xwrits/ready.gif" \