diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-09-24 12:13:36 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-09-24 12:13:36 +0200 |
commit | 23a888aa872a5deefc000288932ea213f1415402 (patch) | |
tree | adc15c4aa34bc0dc28f5e42a98152241a08b2fd2 /.config/i3 | |
parent | f809e61b33336a0959562d40ab94cd335ad72e15 (diff) |
add xsettingsd for live gtk theme switching
Diffstat (limited to '.config/i3')
-rw-r--r-- | .config/i3/autostart##template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/i3/autostart##template b/.config/i3/autostart##template index 6c33a94..be02602 100644 --- a/.config/i3/autostart##template +++ b/.config/i3/autostart##template @@ -15,6 +15,7 @@ xset r rate 250 40 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 & |