diff options
| author | Freya Murphy <freya@freyacat.org> | 2023-11-28 09:07:49 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2023-11-28 09:07:49 -0500 |
| commit | 1b5173bec111364070ccc7d6a8acd6bc0e21e3bd (patch) | |
| tree | a4bdf965d69c086c2439f8761321d04573b4b666 /.config/sway/scripts.d | |
| parent | fix project script (diff) | |
| download | dotfiles-arch-1b5173bec111364070ccc7d6a8acd6bc0e21e3bd.tar.gz dotfiles-arch-1b5173bec111364070ccc7d6a8acd6bc0e21e3bd.tar.bz2 dotfiles-arch-1b5173bec111364070ccc7d6a8acd6bc0e21e3bd.zip | |
dbus/xdg proper configuration
Diffstat (limited to '')
| -rwxr-xr-x | .config/sway/scripts.d/auto.sh | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/.config/sway/scripts.d/auto.sh b/.config/sway/scripts.d/auto.sh index c149f79..b22353d 100755 --- a/.config/sway/scripts.d/auto.sh +++ b/.config/sway/scripts.d/auto.sh @@ -1,19 +1,7 @@ #!/usr/bin/env bash -/usr/lib/xdg-desktop-portal -r & -/usr/lib/xdg-desktop-portal-wlr -r & - -mako & - GTK_THEME="Lavanda-Sea-Dark" nm-applet --indicator & - autotiling & - -/usr/bin/gnome-keyring-daemon --foreground & - -GTK_THEME="Adwaita-dark" waybar & - discord & element-desktop & -#thunderbird & - +thunderbird & |