adds screen recording script and shortcut

This commit is contained in:
2025-06-20 13:12:12 +02:00
parent 07f6759d0d
commit d5dfbe16ee
2 changed files with 179 additions and 1 deletions

View File

@ -141,7 +141,7 @@ bindd = $mainMod, slash, Switch to the previous workspace, workspace, previous
bindd = $mainMod, minus, Move active window to Special workspace, movetoworkspace,special
bindd = $mainMod, equal, Toggles the Special workspace, togglespecialworkspace, special
bindd = $mainMod, F1, Call special workspace scratchpad, togglespecialworkspace, scratchpad
bindd = $mainMod ALT SHIFT, F1, Move active window to special workspace scratchpad, movetoworkspacesilent, special:scratchpad
bindd = $mainMod ALT SHIFT, F1, Move active window to s~/.config/hypr/scripts/pecial workspace scratchpad, movetoworkspacesilent, special:scratchpad
# ======= Screenshot =======
# Screenshot a window
@ -150,6 +150,8 @@ bind = $mainMod, PRINT, exec, hyprshot -m window
bind = , PRINT, exec, hyprshot -m output
# Screenshot a region
bind = $shiftMod, PRINT, exec, hyprshot -m region
# Screenrec
bind = $mainMod, S, exec, ~/.config/hypr/scripts/record-or-screenshot.sh
# ======= Additional Settings =======