From 46a48570aafc1df313036ae3aee517bad7e2bf98 Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Tue, 8 Feb 2022 19:04:41 +0100 Subject: [PATCH] added screen brightness to redshift. --- qtile/.config/qtile/autostart.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qtile/.config/qtile/autostart.sh b/qtile/.config/qtile/autostart.sh index 7957b9e..5996726 100755 --- a/qtile/.config/qtile/autostart.sh +++ b/qtile/.config/qtile/autostart.sh @@ -8,11 +8,12 @@ dunst & nextcloud & timeshift & numlockx & -redshift-gtk -t 6500:3600 & +redshift-gtk -t 6500:3600 -g 0.9 & udiskie -t & picom -b --experimental-backend & cbatticon & nm-applet & blueman-applet & thunderbird & -clickup & \ No newline at end of file +clickup & +fcitx -d& \ No newline at end of file