diff options
Diffstat (limited to '.config/i3/autostart##template')
-rwxr-xr-x | .config/i3/autostart##template | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/i3/autostart##template b/.config/i3/autostart##template index 6b7f908..3c61922 100755 --- a/.config/i3/autostart##template +++ b/.config/i3/autostart##template @@ -13,13 +13,11 @@ fcitx5 & xbindkeys --nodaemon & {% if yadm.hostname == "thoncc" %} xdimmer -t 45 -p 3 & -light-locker --no-late-locking & {% else %} redshift -l 52:6 & nicotine --hidden & desktop2mqtt --config "$XDG_CONFIG_HOME/desktop2mqtt/config.yml" & {% endif %} -flashfocus & # auto start lazy script after everything else [ -x "$HOME/do.sh" ] && "$HOME/do.sh" & |