aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-09-29 21:42:05 +0200
committerlonkaars <loek@pipeframe.xyz>2022-09-29 21:42:05 +0200
commit1e78952293ce8cdec85018d4d8b55e07ea5677de (patch)
tree9241cf2e971678b927e96b0a9055ce37d2d900b8
parent21b459945b7f4cfc7d1df24f6e5fa2f6fd60bf37 (diff)
move xfsettingsd in i3 autostart
-rw-r--r--.config/i3/autostart##template2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3/autostart##template b/.config/i3/autostart##template
index 9687240..0bda621 100644
--- a/.config/i3/autostart##template
+++ b/.config/i3/autostart##template
@@ -5,6 +5,7 @@ cat ~/.config/X11/base ~/.config/X11/light | xrdb &
{% else %}
cat ~/.config/X11/base ~/.config/X11/dark | xrdb &
{% endif %}
+xfsettingsd &
polybar main -c ~/.config/polybar/config &
zsh -c "rwall" &
picom -b
@@ -14,7 +15,6 @@ flashfocus &
autocutsel &
fcitx5 -d
zsh -c "xbindkeys -f ~/.config/xbindkeys/main"
-xfsettingsd &
{% if yadm.hostname == "thoncc" %}
xdimmer -t 45 -p 3 &
light-locker --no-late-locking &