diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 084b280..c792e11 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -18,6 +18,7 @@ $color_inactive_border = $color_border $terminal = alacritty $menu = wofi --show drun $run_prog = wofi --show run +$screenshot = grim -g "$(slurp)" - | wl-copy # Settings # ----------------------------------------- @@ -124,6 +125,7 @@ windowrulev2 = workspace 9, class:org.telegram.desktop.* $mainMod = SUPER bind = $mainMod, Return, exec, $terminal +bind = $mainMod, S, exec, $screenshot bind = $mainMod, X, killactive, #bind = $mainMod, M, exit, bind = $mainMod, F, togglefloating,