summaryrefslogtreecommitdiff
path: root/home-config/hypr/autostart.sh
blob: 8c7c5022b7139e8837bf6091721583de1e0c27ad (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
29
30
31
32
33
34
#!/usr/bin/env bash

waybar &

mako &

#swaybg -i ~/.config/hypr/Wallpapers/above-clouds.jpg &

nice -n13 swww init &

#~/.config/hypr/wallpaper-daemon.sh &
wpaperd -d &

swayidle -w timeout 300 'swaylock --screenshots --clock --indicator --grace 3 --fade-in 1 --effect-blur 7x5 --effect-greyscale' timeout 600 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep 'swaylock -f -c 000000' &

syncthing serve --no-browser &

# Kill any orphans of this
killall wl-clip-persist
wl-clip-persist -c regular --reconnect-tries 5 &

kanshi -c ~/.config/hypr/kanshi.conf &

# Start the portals

sleep 0.5
killall -e xdg-desktop-portal-hyprland
killall xdg-desktop-portal-gtk
killall xdk-desktop-portal

~/.nix-profile/libexec/xdg-desktop-portal-hyprland &
~/.nix-profile/libexec/xdg-desktop-portal-gtk &
sleep 2
XDG_DESKTOP_PORTAL_DIR="/home/ryan/.nix-profile/share/xdg-desktop-portal/portals" ~/.nix-profile/libexec/xdg-desktop-portal &