fixed screenshot and binding

This commit is contained in:
Jurn Wubben 2025-11-30 20:37:20 +01:00
parent 73551b5519
commit f314910d8b

View file

@ -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