summaryrefslogtreecommitdiff
path: root/home/config/hypr/scripts.d/autostart.sh
blob: c812d744f28546111a1c3366256f0dcd23bc9b30 (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
28
#!/bin/sh

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

nm-applet --indicator &
blueman-applet &
mako &

gnome-keyring-daemon --foreground &
wl-clip-persist --clipboard both &

discord --enable-features=UseOzonePlatform --ozone-platform=wayland &
element-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland &
gajim &
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 &