Hyprland made screenshot bindings work with pc; Fish made scp work again; recording now works with multiple screens.

This commit is contained in:
Jurn Wubben 2025-11-30 20:07:59 +01:00
parent ef2a38ef7b
commit 5a82682813
14 changed files with 169 additions and 68 deletions

View file

@ -4,13 +4,14 @@ bind = $mod SHIFT, Return, exec, $browser
bind = $mod, a, exec, $audio
bind = $mod, n, exec, $networking
bind = $mod, b, exec, $bluetooth
bind = $mod, p, exec, $display
bind = $mod SHIFT, p, exec, $display
bind = $mod, d, exec, $menu
bind = $mod, escape, exec, $lock
bind = CTRL, Print, exec, ~/.config/hypr/scripts/recording.sh
bind = , Print, exec, mkdir -p ~/Pictures/Screenshots && grim -t ppm -o "$(hyprctl activeworkspace -j | jq -r '.monitor')" - | satty -f - -o ~/Pictures/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png
bind = CTRL, Print, exec, $screenshot
bind = $mod CTRL, p, exec, $screenshot
bind = , Print, exec, $rec
bind = $mod, p, exec, $rec
bind = $mod, Q, killactive
bind = $mod, F, fullscreen