diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-03-09 23:44:45 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-03-09 23:44:45 -0400 |
commit | 365a13de3e19c66f6bb2ffb806e8086a068ffc25 (patch) | |
tree | 5a42e6a12b06124bc9b34c77f5b85ea988759f38 /home-config/hypr/autostart.sh | |
parent | b64aeaac7a6316181e8cec7eb7530c08fb9eca41 (diff) |
changed hyprland build, added mouse fx, firefox changes
Diffstat (limited to 'home-config/hypr/autostart.sh')
-rwxr-xr-x | home-config/hypr/autostart.sh | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/home-config/hypr/autostart.sh b/home-config/hypr/autostart.sh deleted file mode 100755 index b531c5b..0000000 --- a/home-config/hypr/autostart.sh +++ /dev/null | |||
@@ -1,36 +0,0 @@ | |||
1 | #!/usr/bin/env bash | ||
2 | |||
3 | waybar & | ||
4 | |||
5 | mako & | ||
6 | |||
7 | #swaybg -i ~/.config/hypr/Wallpapers/above-clouds.jpg & | ||
8 | |||
9 | nice -n13 swww init & | ||
10 | |||
11 | #~/.config/hypr/wallpaper-daemon.sh & | ||
12 | wpaperd -d & | ||
13 | |||
14 | #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' & | ||
15 | |||
16 | hypridle & | ||
17 | |||
18 | syncthing serve --no-browser & | ||
19 | |||
20 | # Kill any orphans of this | ||
21 | killall wl-clip-persist | ||
22 | wl-clip-persist -c regular --reconnect-tries 5 & | ||
23 | |||
24 | kanshi -c ~/.config/hypr/kanshi.conf & | ||
25 | |||
26 | # Start the portals | ||
27 | |||
28 | sleep 0.5 | ||
29 | killall -e xdg-desktop-portal-hyprland | ||
30 | killall xdg-desktop-portal-gtk | ||
31 | killall xdk-desktop-portal | ||
32 | |||
33 | ~/.nix-profile/libexec/xdg-desktop-portal-hyprland & | ||
34 | ~/.nix-profile/libexec/xdg-desktop-portal-gtk & | ||
35 | sleep 2 | ||
36 | XDG_DESKTOP_PORTAL_DIR="/home/ryan/.nix-profile/share/xdg-desktop-portal/portals" ~/.nix-profile/libexec/xdg-desktop-portal & | ||