20 lines
370 B
Bash
20 lines
370 B
Bash
|
#!/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 &
|
||
|
|