From 4520984561f3c465b6283d4613ebc1694a4e6ae8 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Mon, 30 Oct 2023 11:33:27 +0100 Subject: [PATCH] hypr: Add printscreen hotkey --- tree/.config/hypr/hyprland.conf.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tree/.config/hypr/hyprland.conf.tpl b/tree/.config/hypr/hyprland.conf.tpl index 5dc03ea..aa91160 100644 --- a/tree/.config/hypr/hyprland.conf.tpl +++ b/tree/.config/hypr/hyprland.conf.tpl @@ -159,6 +159,8 @@ bindl = , xf86audioplay, exec, playerctl play-pause bindl = , xf86audionext, exec, playerctl next bindl = , xf86audioprev, exec, playerctl previous +bind = , Print, exec, scap + # Move focus with mainMod + arrow keys bind = $mainMod, H, movefocus, l bind = $mainMod, L, movefocus, r