summaryrefslogtreecommitdiff
path: root/.config/hypr/binds.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/hypr/binds.conf')
-rw-r--r--.config/hypr/binds.conf10
1 files changed, 6 insertions, 4 deletions
diff --git a/.config/hypr/binds.conf b/.config/hypr/binds.conf
index 546a0e3..87aced7 100644
--- a/.config/hypr/binds.conf
+++ b/.config/hypr/binds.conf
@@ -13,12 +13,14 @@ bind = $mainMod, RETURN, exec, $menu
bind = $mainMod, A, exec, $terminal
bind = $mainMod, D, killactive,
bind = $mainMod CTRL SHIFT, D, exec, hyprctl kill
+
# screenshot (region + full)
-bind = $mainMod SHIFT, S, exec, grim -g "$(slurp)" ~/Pictures/Screenshots/$(date +'%s_grim.png')
-bind = $mainMod, S, exec, grim -o eDP-1 ~/Pictures/Screenshots/$(date +'%s_grim.png')
+bind = $mainMod SHIFT, S, exec, screenshot -save
+bind = $mainMod, S, exec, screenshot -full -save
# screenshot and copy
-bind = $mainMod CTRL SHIFT, S, exec, grim -g "$(slurp)" - | wl-copy
-bind = $mainMod CTRL, S, exec, grim -o eDP-1 - | wl-copy
+bind = $mainMod CTRL SHIFT, S, exec, screenshot
+bind = $mainMod CTRL, S, exec, screenshot -full
+
bind = $mainMod, V, togglefloating,
bind = $mainMod CTRL, P, exec, hyprpicker -a
bind = $mainMod, L, exec, hyprlock