summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/hypr/hyprland.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index 3b8e13d..4c854cd 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -113,7 +113,7 @@ bind = $mod, T, exec, ~/.config/scripts/master.sh
bind = $mod, L, exec, ~/.config/scripts/power.sh
bind = $mod, W, exec, pkill -SIGUSR1 waybar
bind = $mod, P, exec, bash -c '[[ -f /tmp/hyprpickerlock ]] && exit; touch /tmp/hyprpickerlock; hyprpicker --no-zoom --autocopy; rm -f /tmp/hyprpickerlock'
-bind = ALT, S, exec, bash -c '[[ -f /tmp/slurplock ]] && exit; touch /tmp/slurplock; grim -g "$(slurp)" - | wl-copy; rm -f /tmp/slurplock'
+bind = ALT, S, exec, bash -c '[[ -f /tmp/slurplock ]] && exit; touch /tmp/slurplock; mkdir -p /home/silly/Pictures/screenshots; f="/home/silly/Pictures/screenshots/$(date +%Y-%m-%d_%H-%M-%S).png"; grim -g "$(slurp)" "$f" && wl-copy < "$f"; rm -f /tmp/slurplock'
bind = $mod, left, movefocus, l
bind = $mod, right, movefocus, r