diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index d5cb37a..8312fdd 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -146,6 +146,11 @@ bind = , XF86AudioLowerVolume, exec, /home/vtimofei/scripts/voldown bind = , XF86AudioRaiseVolume, exec, /home/vtimofei/scripts/volup bind = , XF86AudioMute, exec, mutetog +# screenshot +bind = , Print, exec, /home/vtimofei/scripts/screenshot-select +bind = ALT, Print, exec, /home/vtimofei/scripts/screenshot-window +bind = CTRL, Print, exec, /home/vtimofei/scripts/screenshot-monitor + # Move focus with mainMod + arrow keys bind = $mainMod, H, movefocus, l bind = $mainMod, L, movefocus, r