16 lines
262 B
Bash
16 lines
262 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
waybar --config $HOME/.config/waybar/config.hypr &
|
||
|
|
||
|
nm-applet --indicator &
|
||
|
|
||
|
/usr/bin/gnome-keyring-daemon --foreground &
|
||
|
wl-clip-persist --clipboard both &
|
||
|
|
||
|
gtk-launch discord &
|
||
|
gtk-launch io.element.Element &
|
||
|
thunderbird &
|
||
|
|
||
|
hyprpaper &
|
||
|
hypridle &
|