From 32c13eee1fbf9d7fcf304a817de78f6b8292bf65 Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Mon, 23 Sep 2024 22:17:52 +0300 Subject: [PATCH] feat: Screenshoting --- home-manager/users/sweetbread/modules/wms/hyprland.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/home-manager/users/sweetbread/modules/wms/hyprland.nix b/home-manager/users/sweetbread/modules/wms/hyprland.nix index 6e78ba9..005e703 100644 --- a/home-manager/users/sweetbread/modules/wms/hyprland.nix +++ b/home-manager/users/sweetbread/modules/wms/hyprland.nix @@ -6,6 +6,7 @@ pamixer wofi clipse + grimblast ]; wayland.windowManager.hyprland = @@ -275,7 +276,10 @@ ''$mainMod ALT, C, exec, alacritty -e sh -c "conf"'' ''$mainMod ALT, H, exec, alacritty -e sh -c "$EDITOR ~/nix/home-manager/modules/wms/hyprland.nix"'' ''$mainMod ALT, W, exec, alacritty -e sh -c "$EDITOR ~/nix/home-manager/modules/wms/waybar.nix"'' - '', Print, exec, grim -g "$(slurp)" - | swappy -f -'' + + " , Print, exec, grimblast --notify copy output" + "CTRL, Print, exec, grimblast --notify copy area" + "ALT , Print, exec, grimblast --notify copy active" # Waybar "$mainMod, B, exec, pkill -SIGUSR1 waybar"