summaryrefslogtreecommitdiffstats
path: root/.fluxbox
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2016-03-06 20:38:51 (EST)
committer P. J. McDermott <pj@pehjota.net>2016-03-06 20:38:51 (EST)
commit53c4d78686a022920987fa5e51a2812911874ea3 (patch)
tree3f36365850f41600a6871f95b012999b19ac834d /.fluxbox
parent54aa91617c8178d84d4cac6ec41741be5352e2b2 (diff)
downloadfluxbox-53c4d78686a022920987fa5e51a2812911874ea3.zip
fluxbox-53c4d78686a022920987fa5e51a2812911874ea3.tar.gz
fluxbox-53c4d78686a022920987fa5e51a2812911874ea3.tar.bz2
.fluxbox/startup: Fix redshift-gtk command name
Why can't the package name and command name be the same? This is so confusing.
Diffstat (limited to '.fluxbox')
-rwxr-xr-x.fluxbox/startup2
1 files changed, 1 insertions, 1 deletions
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 &