2024-06-23 01:31:19 +00:00
|
|
|
#!/bin/sh
|
2024-06-22 02:52:21 +00:00
|
|
|
|
2024-06-23 01:31:19 +00:00
|
|
|
waybar --config $HOME/.config/waybar/config.hypr &
|
2024-06-22 02:52:21 +00:00
|
|
|
|
|
|
|
nm-applet --indicator &
|
2024-11-04 04:29:10 +00:00
|
|
|
blueman-applet &
|
2024-08-09 03:22:53 +00:00
|
|
|
mako &
|
2024-06-22 02:52:21 +00:00
|
|
|
|
2024-06-23 01:31:19 +00:00
|
|
|
gnome-keyring-daemon --foreground &
|
2024-06-22 02:52:21 +00:00
|
|
|
wl-clip-persist --clipboard both &
|
|
|
|
|
|
|
|
gtk-launch discord &
|
2024-06-23 18:47:05 +00:00
|
|
|
gtk-launch element-desktop &
|
2024-06-22 02:52:21 +00:00
|
|
|
gtk-launch org.gajim.Gajim &
|
2024-06-23 18:47:05 +00:00
|
|
|
gtk-launch thunderbird &
|
2024-06-22 02:52:21 +00:00
|
|
|
|
|
|
|
hyprpaper &
|
|
|
|
hypridle &
|
2024-11-03 18:26:33 +00:00
|
|
|
|
|
|
|
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 &
|