added r2 <3

This commit is contained in:
2025-03-24 18:18:00 +02:00
parent 292542700f
commit 36f695317d
8 changed files with 59 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ exec-once = bash ~/config/config/scripts/xdg.sh
exec-once = bash ~/config/config/scripts/gtk.sh
# Start Hot Reload
exec-once = bash ~/config/config/scripts/hot-reload.sh
exec-once = sleep 1000 & bash ~/config/config/scripts/hot-reload.sh
# Start arRPC
exec-once = arrpc

View File

@@ -40,7 +40,7 @@ bind = CTRL SUPER ALT, L, exec, hyprlock
bind = $mainMod ALT CTRL, mouse_down, exec, hyprctl keyword cursor:zoom_factor "$(hyprctl getoption cursor:zoom_factor | awk 'NR==1 {factor = $2; if (factor < 1) {factor = 1}; print factor * 1.25}')"
bind = $mainMod ALT CTRL, mouse_up, exec, hyprctl keyword cursor:zoom_factor "$(hyprctl getoption cursor:zoom_factor | awk 'NR==1 {factor = $2; if (factor < 1) {factor = 1}; print factor / 1.25}')"
bind = $mainMod SHIFT, M, exec, bun run $HOME/config/scripts/bin/r2UploadScreenshot.ts
bind = $mainMod SHIFT, M, exec, bun run $HOME/config/scripts/bin/r2Upload.ts
bind = $mainMod, F1, exec, bash $HOME/config/scripts/roblox-fullscreen.sh
bind = $mainMod, F2, exec, bash -c "xdg-open roblox://"
bind = $mainMod, F5, exec, notify-send -u critical "Hyprland" "Enabled debug overlay" && hyprctl keyword debug:overlay 1