blob: 68a28e24106ba60ceb74ae0d347445c849e53376 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 &
|