From fa9a19d1438722eb6ea7078bc8a0edb5e1801c0e Mon Sep 17 00:00:00 2001 From: nichkara Date: Sun, 7 Sep 2025 06:48:21 +0200 Subject: [PATCH] Adjust screenshot path --- hyprland.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hyprland.conf b/hyprland.conf index 5ce081d..2a419dc 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -140,10 +140,10 @@ bind = $mainMod, E, exec, nemo bind = $mainMod, R, exec, wofi --show drun bind = $mainMod SHIFT, P, exec, firefox --private-window # pseudo, # dwindle bind = $mainMod SHIFT, F, exec, firefox -bind = $mainMod, S, exec, hyprshot -m window -m active -z -o ~/Picture/screenshots -f $(date +"sc_%Y-%m-%d_%H-%M-%s").png -bind = $mainMod SHIFT, S, exec, hyprshot --clipboard-only -m window -m active -z -o ~/Picture/screenshots -f $(date +"sc_%Y-%m-%d_%H-%M-%s").png -bind = $mainMod ALT, S, exec, hyprshot -m region -z -o ~/Picture/screenshots -f $(date +"sc_%Y-%m-%d_%H-%M-%s").png -bind = $mainMod SHIFT ALT, S, exec, hyprshot --clipboard-only -m region -z -o ~/Picture/screenshots -f $(date +"sc_%Y-%m-%d_%H-%M-%s").png +bind = $mainMod, S, exec, hyprshot -m window -m active -z -o ~/Pictures/screenshots -f $(date +"sc_%Y-%m-%d_%H-%M-%s").png +bind = $mainMod SHIFT, S, exec, hyprshot --clipboard-only -m window -m active -z -o ~/Pictures/screenshots -f $(date +"sc_%Y-%m-%d_%H-%M-%s").png +bind = $mainMod ALT, S, exec, hyprshot -m region -z -o ~/Pictures/screenshots -f $(date +"sc_%Y-%m-%d_%H-%M-%s").png +bind = $mainMod SHIFT ALT, S, exec, hyprshot --clipboard-only -m region -z -o ~/Pictures/screenshots -f $(date +"sc_%Y-%m-%d_%H-%M-%s").png bind = $mainMod, O, togglesplit, # dwindle bind = $mainMod, T, togglefloating, bind = $mainMod, F, fullscreen