summaryrefslogtreecommitdiff
path: root/home/config/hypr/scripts.d/autostart.sh
blob: 1c487b056ae3715d426b734b65588c7fbce8fbc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/bin/sh

waybar --config $HOME/.config/waybar/config.hypr &

nm-applet --indicator &
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 &