dotfiles

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

commit 1f1ab6c2090b9dcbd9e7b316511669f4392d7d77
parent 6f646c39b2914e3613bfabbee335c8f7a665acde
Author: Alex Balgavy <alexander.balgavy@spaceapplications.com>
Date:   Mon, 17 Nov 2025 18:18:10 +0100

sxhkdrc: update config

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

diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc @@ -5,11 +5,11 @@ ctrl + super + r alt + shift + 3 scrot -f -u -e 'mv $f ~/Pictures/Screenshots/; notify "Screenshot saved" "~/Pictures/Screenshots/$f"' ctrl + alt + shift + 3 - scrot -f -u -e 'xclip -selection clipboard -target image/png -i $f; notify "Screenshot copied" "On clipboard"' + bash -c 'scrot -f -u -F - | xclip -selection clipboard -target image/png; notify "Screenshot copied" "On clipboard"' alt + shift + 4 scrot -f -s -e 'mv $f ~/Pictures/Screenshots/; notify "Screenshot saved" "~/Pictures/Screenshots/$f"' ctrl + alt + shift + 4 - scrot -f -s -e 'xclip -selection clipboard -target image/png -i $f; notify "Screenshot copied" "On clipboard"' + bash -c 'scrot -f -s -F - | xclip -selection clipboard -target image/png; notify "Screenshot copied" "On clipboard"' super + shift + m; m dmenuman @@ -40,13 +40,15 @@ super + e super + u linkhandler "$(clp)" -super + shift + i - nerd-dictation begin &; pkill -RTMIN+6 dwmblocks -super + shift + o - nerd-dictation end; pkill -RTMIN+6 dwmblocks @super + alt + v xclip -out -selection clipboard | xdotool type --file - +## super + shift + i +#F11 +# nerd-dictation begin &; pkill -RTMIN+6 dwmblocks +## super + shift + o +#F12 +# nerd-dictation end; pkill -RTMIN+6 dwmblocks super + c clipmenu -i