From 9be7c3c7434766c0e8ad63b180a515e321e7eded Mon Sep 17 00:00:00 2001 From: Ludwig Lehnert Date: Mon, 9 Dec 2024 23:26:37 +0100 Subject: [PATCH] added screenshot command --- hypr-hyprland.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hypr-hyprland.conf b/hypr-hyprland.conf index d7e024e..1b63ad6 100644 --- a/hypr-hyprland.conf +++ b/hypr-hyprland.conf @@ -208,3 +208,5 @@ bind = , XF86AudioMute, exec, pactl -- set-sink-mute @DEFAULT_SINK@ toggle bind = , XF86MonBrightnessUp, exec, light -A 5 bind = , XF86MonBrightnessDown, exec, light -U 5 + +bind = , Print, exec, grim -g "$(slurp)" - | wl-copy