!
This commit is contained in:
@@ -82,8 +82,8 @@ binde = CTRL, F11, exec, brightnessctl s 1%-
|
||||
binde = CTRL, F12, exec, brightnessctl s 1%+
|
||||
binde = SHIFT, F11, exec, brightnessctl s 15%-
|
||||
binde = SHIFT, F12, exec, brightnessctl s 15%+
|
||||
bindle = $mod ALT, F11, exec, ddcutil setvcp 10 - 5
|
||||
bindle = $mod ALT, F12, exec, ddcutil setvcp 10 + 5
|
||||
bindle = $mod ALT, F11, exec, ddcutil -b 10 --noverify --skip-ddc-checks setvcp 10 - 5
|
||||
bindle = $mod ALT, F12, exec, ddcutil -b 10 --noverify --skip-ddc-checks setvcp 10 + 5
|
||||
|
||||
bindle =, XF86MonBrightnessUP, exec, brightnessctl s 5%+
|
||||
bindle =, XF86MonBrightnessDown, exec, brightnessctl s 5%-
|
||||
@@ -110,11 +110,14 @@ bind =, Print, exec, wl-copy -c; grim -g "$($slurp_cmd ff0000 && sleep 0.1)" -t
|
||||
bind = CTRL, Print, exec, grim -g "$($slurp_cmd 00ffff && sleep 3)" -t png -l 6 - | wl-copy -t image/png
|
||||
# instant fullscreen not saved
|
||||
bind = SHIFT, Print, exec, grim -o $(hyprctl activeworkspace | grep -Po '(?<=\d\) on monitor ).*?(?=:)') -t png -l 6 - | wl-copy -t image/png
|
||||
|
||||
# delayed fullscreen not saved
|
||||
bind = SHIFT CTRL, Print, exec, sleep 3; grim -o $(hyprctl monitors | grep -Po '(?<=Monitor ).*?(?= \(ID \d*\):)') -t png -l 6 - | wl-copy -t image/png
|
||||
|
||||
# instant region saved
|
||||
bind = $mod, Print, exec, grim -g "$($slurp_cmd 00ff00 && sleep 0.1)" -t png -l 6 - | tee $SCREENSHOT_DIR/$(date +'%-d.%m.%y-%H:%M:%S').png | wl-copy -t image/png
|
||||
# bind = $mod, Print, exec, grim -g "$($slurp_cmd 00ff00 && sleep 0.1)" -t png -l 6 - | tee $SCREENSHOT_DIR/$(date +'%-d.%m.%y-%H:%M:%S').png | wl-copy -t image/png
|
||||
# instant fullscreen saved
|
||||
bind = $mod, Print, exec, grim -o $(hyprctl activeworkspace | grep -Po '(?<=\d\) on monitor ).*?(?=:)') -t png -l 6 - | tee $SCREENSHOT_DIR/$(date +'%-d.%m.%y-%H:%M:%S').png | wl-copy -t image/png
|
||||
|
||||
#TODO learn sed to screenshot active window
|
||||
# bind = ALT, Print, exec, hyprpicker -rz &!; slurp; grim -g "$($slurp_cmd ffffff && sleep 0.1)" -t png -l 6 - | wl-copy -t image/png; kill $!
|
||||
|
||||
Reference in New Issue
Block a user