28 lines
580 B
Bash
Executable file
28 lines
580 B
Bash
Executable file
#!/bin/sh
|
|
|
|
waybar --config $HOME/.config/waybar/config.hypr &
|
|
|
|
nm-applet --indicator &
|
|
blueman-applet &
|
|
mako &
|
|
|
|
gnome-keyring-daemon --foreground &
|
|
wl-clip-persist --clipboard both &
|
|
|
|
gtk-launch discord &
|
|
gtk-launch element-desktop &
|
|
gtk-launch org.gajim.Gajim &
|
|
gtk-launch thunderbird &
|
|
|
|
hyprpaper &
|
|
hypridle &
|
|
|
|
sleep 0.5
|
|
killall -e xdg-desktop-portal-hyprland
|
|
killall xdg-desktop-portal-gtk
|
|
killall xdk-desktop-portal
|
|
sleep 0.5
|
|
$GUIX_PROFILE/libexec/xdg-desktop-portal-gtk &
|
|
$GUIX_PROFILE/libexec/xdg-desktop-portal-hyprland &
|
|
sleep 2
|
|
$GUIX_PROFILE/libexec/xdg-desktop-portal &
|