From d415fcc846fd1b2801a8a8e1469b83989e02b9f6 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Wed, 30 Oct 2024 14:19:00 +0100 Subject: [PATCH] feat: hyprland fix screenshot double slash --- modules/home-manager/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index 4cd7249..e1a5dd5 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -28,8 +28,8 @@ "ALTSHIFT,J,exec,amixer set 'Master' 5%-" "$mod, M, exec,hyprctl keyword monitor 'eDP-1, enable'" "$mod SHIFT, M, exec,hyprctl keyword monitor 'eDP-1, disable'" - "$mod SHIFT,P,exec,hyprshot -m region -o ~/Screenshot/" - "$mod ALTSHIFT, P, exec, hyprshot -m window -o ~/Screenshot/" + "$mod SHIFT,P,exec,hyprshot -m region -o ~/Screenshot" + "$mod ALTSHIFT, P, exec, hyprshot -m window -o ~/Screenshot" "$mod SHIFT, N, exec, dunstctl history-pop" "$mod ALTSHIFT, N, exec, dunstctl close-all"