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