diff options
author | Freya Murphy <freya@freyacat.org> | 2024-01-24 17:22:43 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-01-24 17:22:43 -0500 |
commit | cf805af147dc0a8cb8c8dd89b57f2f526da2f8fc (patch) | |
tree | b5935f57a864fb2ca836beed38b493c3f31766f8 /.config/sway/config | |
parent | add new config (diff) | |
download | dotfiles-arch-cf805af147dc0a8cb8c8dd89b57f2f526da2f8fc.tar.gz dotfiles-arch-cf805af147dc0a8cb8c8dd89b57f2f526da2f8fc.tar.bz2 dotfiles-arch-cf805af147dc0a8cb8c8dd89b57f2f526da2f8fc.zip |
update init script and configs
Diffstat (limited to '.config/sway/config')
-rwxr-xr-x | .config/sway/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config index 88271ad..36d1bcd 100755 --- a/.config/sway/config +++ b/.config/sway/config @@ -30,7 +30,7 @@ set $blur_passes 3 set $browser librewolf # Autostart apps -exec $HOME/.config/desktop-common/scripts.d/auto.sh +exec $HOME/.config/sway/scripts.d/auto.sh # Local configs include $HOME/.config/sway/config.d/* |