Update screenshot tool

This commit is contained in:
2024-07-15 15:34:28 +02:00
parent 6dd4d15bb0
commit 98873ea5e6
2 changed files with 3 additions and 3 deletions

View File

@ -142,7 +142,7 @@ bind = CTRL ALT, T, exec, alacritty
# Screenshot # Screenshot
bind = , PRINT, exec, grim -g "$(slurp)" - | swappy -f - bind = , PRINT, exec, hyprshot -m region
# Kill # Kill

View File

@ -32,8 +32,8 @@
"custom/screenshot_t": { "custom/screenshot_t": {
"format":" ", "format":" ",
"on-click": "~/.config/waybar/scripts/screenshot_full", "on-click": "hyprshot -m output -m active",
"on-click-right":"~/.config/waybar/scripts/screenshot_area" "on-click-right":"hyprshot -m region"
}, },
"cpu": { "cpu": {