diff options
Diffstat (limited to '.xinitrc')
-rwxr-xr-x | .xinitrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,5 +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 -exec i3 +[ -x "$(command -v emacs)" ] && dbus-run-session ssh-agent emacs -ib 0 +#exec i3 |