From 85a60da68e5a0cabf190c33875d2090b67976232 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Mon, 10 Aug 2020 10:58:30 +0200 Subject: [PATCH] [qtile] Launch redshift-gtk instead of just redshift Brings a nice tray indicator --- qtile/startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtile/startup.sh b/qtile/startup.sh index 5ae61ba..c0e9c66 100755 --- a/qtile/startup.sh +++ b/qtile/startup.sh @@ -8,6 +8,6 @@ syncthing & xmodmap ~/.Xmodmap picom -b /usr/lib/kdeconnectd & -redshift & +redshift-gtk & /usr/lib/pam_kwallet_init & ~/dotfiles/scripts/nextcloud-kwallet.sh &