From f314910d8bf790057c54313f5144c92f65b6d7a5 Mon Sep 17 00:00:00 2001 From: Jurn Wubben Date: Sun, 30 Nov 2025 20:37:20 +0100 Subject: [PATCH] fixed screenshot and binding --- private_dot_config/hypr/land/defaults.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/private_dot_config/hypr/land/defaults.conf b/private_dot_config/hypr/land/defaults.conf index 428c212..df04cf9 100644 --- a/private_dot_config/hypr/land/defaults.conf +++ b/private_dot_config/hypr/land/defaults.conf @@ -1,5 +1,5 @@ # Normal variables -$mod = super +$mod = alt # Essential variables $terminal = /usr/bin/kitty @@ -15,6 +15,6 @@ $menu = /usr/bin/rofi -show drun -theme ~/.config/rofi/themes/launcher-theme.ras # Screenshotting $screenshot = ~/.config/hypr/scripts/recording.sh -$rec = 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 +$rec = mkdir -p ~/Pictures/Screenshots && grim -t ppm -o "$(hyprctl activeworkspace -j | jq -r '.monitor')" - | satty --early-exit --copy-command "wl-copy" -f - -o ~/Pictures/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png # Other applications $browser = /usr/bin/firefox