Add hyprshot screenshot

This commit is contained in:
2026-01-21 11:07:09 +01:00
parent 9b8bd37be5
commit 6bbf778ea4

View File

@@ -4,6 +4,7 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
rofi rofi
bzmenu bzmenu
hyprshot
]; ];
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
@@ -110,6 +111,9 @@
"$mod SHIFT, RIGHT, movewindow, r" "$mod SHIFT, RIGHT, movewindow, r"
"$mod SHIFT, UP, movewindow, u" "$mod SHIFT, UP, movewindow, u"
"$mod SHIFT, DOWN, movewindow, d" "$mod SHIFT, DOWN, movewindow, d"
# Hyprshot
"$mod, Z, exec, hyprshot -m region"
]; ];
bindm = [ bindm = [