diff options
Diffstat (limited to '.xinitrc')
-rwxr-xr-x | .xinitrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,4 +6,5 @@ fi # launch with dbus in part so that pinentry-gnome3 -- seemingly the # pinentry du jour -- doesn't fall back to curses and screw us. -[ -x "$(command -v emacs)" ] && dbus-run-session ssh-agent emacs -ib 0 +#[ -x "$(command -v emacs)" ] && dbus-run-session ssh-agent emacs -ib 0 +exec i3 |