summaryrefslogtreecommitdiff
path: root/home-config/hypr
diff options
context:
space:
mode:
Diffstat (limited to 'home-config/hypr')
-rwxr-xr-xhome-config/hypr/autostart.sh18
1 files changed, 16 insertions, 2 deletions
diff --git a/home-config/hypr/autostart.sh b/home-config/hypr/autostart.sh
index 6e64202..77ebae8 100755
--- a/home-config/hypr/autostart.sh
+++ b/home-config/hypr/autostart.sh
@@ -14,6 +14,20 @@ swayidle -w timeout 300 'swaylock --screenshots --clock --indicator --grace 3 --
14 14
15syncthing serve --no-browser & 15syncthing serve --no-browser &
16 16
17wl-clip-persist -c regular & 17# Kill any orphans of this
18killall wl-clip-persist
19wl-clip-persist -c regular --reconnect-tries 5 &
18 20
19kanshi -c ~/.config/hypr/kanshi.conf 21kanshi -c ~/.config/hypr/kanshi.conf &
22
23# Start the portals
24
25sleep 0.5
26killall -e xdg-desktop-portal-hyprland
27killall xdg-desktop-portal-gtk
28killall xdk-desktop-portal
29
30~/.nix-profile/libexec/xdg-desktop-portal-hyprland &
31~/.nix-profile/libexec/xdg-desktop-portal-gtk &
32sleep 2
33XDG_DESKTOP_PORTAL_DIR="/home/ryan/.nix-profile/share/xdg-desktop-portal/portals" ~/.nix-profile/libexec/xdg-desktop-portal &