14 lines
278 B
Bash
Executable file
14 lines
278 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
nm-applet --indicator &
|
|
autotiling-rs &
|
|
|
|
/usr/bin/gnome-keyring-daemon --foreground &
|
|
wl-clip-persist --clipboard both &
|
|
|
|
#gtk-launch discord &
|
|
#gtk-launch io.element.Element &
|
|
#gtk-launch org.gajim.Gajim &
|
|
#gtk-launch org.mozilla.Thunderbird &
|
|
|
|
hypridle &
|