dotfiles

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

commit 6493e59ddb8d8841f576eb3d4a8f128de8f89c7c
parent faa2bb9303c86632cae5ae2c59a6c8134c1ad0af
Author: Alex Balgavy <alexander.balgavy@spaceapplications.com>
Date:   Thu, 20 Jun 2024 19:32:24 +0200

sxhkd: fix scrot with compositor

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

diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc @@ -3,9 +3,9 @@ super + o 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"' + scrot -f -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"' + scrot -f -s -e 'mv $f ~/Pictures/Screenshots/; notify "Screenshot saved" "~/Pictures/Screenshots/$f"' super + shift + m; m dmenuman