commit 0b1949f80badd74651cffffbcdff04682cc1ae99
parent c742c245d8cdbc72bcb9c3324f8dac2a4de810e8
Author: Chris Bracken <chris@bracken.jp>
Date: Wed, 8 Sep 2021 17:25:31 -0700
sway: move grimshot to bin directory
This isn't entirely sway-specific. In theory, I could move it to
.config/sway/bin and then add that directory to the $PATH in
.config/sway/env, but this is simpler.
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/sway/config b/.config/sway/config
@@ -120,7 +120,7 @@ bindsym $mod+d exec $menu
floating_modifier $mod normal
# Capture a screenshot.
-set $grimshot ~/.config/sway/grimshot
+set $grimshot ~/.local/bin/grimshot
set $screenshots ~/Pictures/Screenshots
bindsym $mod+Shift+s exec $grimshot --notify save screen \
$screenshots/Screenshot_$(date +"%Y-%m-%d_%H:%M:%S.png")
diff --git a/.config/sway/grimshot b/.local/bin/grimshot