dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 252414a60d6be0cb730b958957ee9eb26db27c6d
parent bdaa7d1bb966c6297f92001391c0fb5322e51cc1
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Fri, 17 Sep 2021 10:01:18 +0200

sxhkd: add scrot mappings

Diffstat:
Msxhkd/sxhkdrc | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc @@ -1,6 +1,8 @@ -super + shift + q - desktop-session-exit super + o "$TERMINAL" -e lf "$HOME" ctrl + shift + r pkill -SIGUSR1 sxhkd; notify "sxhkd reloaded" "" +alt + shift + 3 + scrot -u -e 'mv $f ~/Pictures/Screenshots/; notify "Screenshot saved" "~/Pictures/Screenshots/$f"' +alt + shift + 4 + scrot -s -e 'mv $f ~/Pictures/Screenshots/; notify "Screenshot saved" "~/Pictures/Screenshots/$f"'