diff options
Diffstat (limited to '')
-rwxr-xr-x | home-config/sway/auto.sh | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/home-config/sway/auto.sh b/home-config/sway/auto.sh new file mode 100755 index 0000000..68a28e2 --- /dev/null +++ b/home-config/sway/auto.sh @@ -0,0 +1,19 @@ +#!/usr/bin/env bash + +/usr/lib/xdg-desktop-portal -r & +/usr/lib/xdg-desktop-portal-wlr -r & + +mako & + +nm-applet --indicator & + +GTK_THEME= waybar & + +autotiling & + +/usr/bin/gnome-keyring-daemon --foreground & + +discord --enable-features=UseOzonePlatform --ozone-platform=wayland & +element-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland & +#thunderbird & + |