From 713ce6c9b976f2c5746c383037c641c0dbcd55aa Mon Sep 17 00:00:00 2001 From: Victor Timofei Date: Fri, 9 Jun 2023 15:32:24 +0300 Subject: [PATCH] Add printscreen keybindings --- .config/hypr/hyprland.conf | 5 +++++ 1 file changed, 5 insertions(+) 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