diff --git a/home/hypr/keybinds.nix b/home/hypr/keybinds.nix index 35ec074..03933e8 100644 --- a/home/hypr/keybinds.nix +++ b/home/hypr/keybinds.nix @@ -202,7 +202,7 @@ in { _args = [ (lua "\"CTRL + SHIFT + PRINT\"") - (lua "hl.dsp.exec_cmd(\"HYPRSHOT_DIR=/home/felixalb/images/screenshots ${exe pkgs.hyprshot} -m region \")") + (lua "hl.dsp.exec_cmd(\"HYPRSHOT_DIR=/home/felixalb/Pictures/screenshots ${exe pkgs.hyprshot} -m region \")") ]; }