aboutsummaryrefslogtreecommitdiff
path: root/.config/i3/autostart##template
diff options
context:
space:
mode:
Diffstat (limited to '.config/i3/autostart##template')
-rwxr-xr-x.config/i3/autostart##template3
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/i3/autostart##template b/.config/i3/autostart##template
index 6b7f908..fd89bdd 100755
--- a/.config/i3/autostart##template
+++ b/.config/i3/autostart##template
@@ -1,7 +1,6 @@
#!/bin/sh
. "$HOME/.profile"
xrdb -override < "$XDG_CONFIG_HOME/X11/base"
-mode --no-reload restore
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
polybar &
@@ -13,13 +12,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" &