From 53c4d78686a022920987fa5e51a2812911874ea3 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 06 Mar 2016 20:38:51 -0500 Subject: .fluxbox/startup: Fix redshift-gtk command name Why can't the package name and command name be the same? This is so confusing. --- diff --git a/.fluxbox/startup b/.fluxbox/startup index 62e27ec..79e3bca 100755 --- a/.fluxbox/startup +++ b/.fluxbox/startup @@ -6,5 +6,5 @@ fluxbox & DISPLAY=:0.0 fbpanel -p taskbar & parcellite -d & -gtk-redshift -c "${HOME}/.redshift.conf" & +redshift-gtk -c "${HOME}/.redshift.conf" & xscreensaver & -- cgit v0.9.1