From d655ba74635dc07e8d01286e43508a87261e7a81 Mon Sep 17 00:00:00 2001 From: natemaia Date: Sat, 28 Oct 2017 22:34:59 -0700 Subject: [PATCH] Fix al-hello entry in autostart --- home/.config/openbox/autostart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/openbox/autostart b/home/.config/openbox/autostart index cc89531a..38122d10 100755 --- a/home/.config/openbox/autostart +++ b/home/.config/openbox/autostart @@ -24,4 +24,4 @@ sleep 2; al-conky-session & xdg-user-dirs-gtk-update & -termite --exec=al-hello & +termite --geometry=650x450 --exec=al-hello &