From 4a5a757c8a87948be8e178969bca4ede0886702f Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 17 Jun 2024 15:40:52 -0400 Subject: [PATCH] hyprland: add screenshot bindings CONTROL F12 for keyboards without PRINT --- homeManagerModules/desktop/hyprland/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homeManagerModules/desktop/hyprland/default.nix b/homeManagerModules/desktop/hyprland/default.nix index 47e32899..3d192668 100644 --- a/homeManagerModules/desktop/hyprland/default.nix +++ b/homeManagerModules/desktop/hyprland/default.nix @@ -413,6 +413,8 @@ # Screenshot with hyprshot. bind = , PRINT, exec, ${screenshot.screen} bind = ${modifier}, PRINT, exec, ${screenshot.region} + bind = CONTROL, F12, exec, ${screenshot.screen} + bind = ${modifier} CONTROL, F12, exec, ${screenshot.region} # Show/hide waybar. bind = ${modifier}, F11, exec, pkill -SIGUSR1 waybar