diff options
Diffstat (limited to 'home-config/hypr/scripts')
| -rwxr-xr-x | home-config/hypr/scripts/autostart.sh | 40 | ||||
| -rwxr-xr-x | home-config/hypr/scripts/perf_mode.sh | 14 |
2 files changed, 0 insertions, 54 deletions
diff --git a/home-config/hypr/scripts/autostart.sh b/home-config/hypr/scripts/autostart.sh deleted file mode 100755 index 706f82f..0000000 --- a/home-config/hypr/scripts/autostart.sh +++ /dev/null | |||
| @@ -1,40 +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 | pypr & | ||
| 15 | |||
| 16 | #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' & | ||
| 17 | |||
| 18 | hypridle & | ||
| 19 | |||
| 20 | syncthing serve --no-browser & | ||
| 21 | |||
| 22 | # Kill any orphans of this | ||
| 23 | killall wl-clip-persist | ||
| 24 | wl-clip-persist -c regular --reconnect-tries 5 & | ||
| 25 | |||
| 26 | kanshi -c ~/.config/hypr/kanshi.conf & | ||
| 27 | |||
| 28 | # Start the portals | ||
| 29 | |||
| 30 | sleep 0.5 | ||
| 31 | killall -e xdg-desktop-portal-hyprland | ||
| 32 | killall xdg-desktop-portal-gtk | ||
| 33 | killall xdk-desktop-portal | ||
| 34 | |||
| 35 | ~/.nix-profile/libexec/xdg-desktop-portal-hyprland & | ||
| 36 | ~/.nix-profile/libexec/xdg-desktop-portal-gtk & | ||
| 37 | sleep 2 | ||
| 38 | XDG_DESKTOP_PORTAL_DIR="/home/ryan/.nix-profile/share/xdg-desktop-portal/portals" ~/.nix-profile/libexec/xdg-desktop-portal & | ||
| 39 | |||
| 40 | #flameshot & | ||
diff --git a/home-config/hypr/scripts/perf_mode.sh b/home-config/hypr/scripts/perf_mode.sh deleted file mode 100755 index c195688..0000000 --- a/home-config/hypr/scripts/perf_mode.sh +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | #!/usr/bin/env bash | ||
| 2 | HYPRGAMEMODE=$(hyprctl getoption animations:enabled | awk 'NR==1{print $2}') | ||
| 3 | if [ "$HYPRGAMEMODE" = 1 ] ; then | ||
| 4 | hyprctl --batch "\ | ||
| 5 | keyword animations:enabled 0;\ | ||
| 6 | keyword decoration:drop_shadow 0;\ | ||
| 7 | keyword decoration:blur:enabled 0;\ | ||
| 8 | keyword general:gaps_in 0;\ | ||
| 9 | keyword general:gaps_out 0;\ | ||
| 10 | keyword general:border_size 1;\ | ||
| 11 | keyword decoration:rounding 0" | ||
| 12 | exit | ||
| 13 | fi | ||
| 14 | hyprctl reload | ||
