dotfiles

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

commit d21c3914fb1b5a4b50cde432d606c290fa622cd0
parent b6121493737357219d6fb10777fd1864c4244c2d
Author: Alex Balgavy <alexander.balgavy@spaceapplications.com>
Date:   Fri,  6 Sep 2024 14:00:24 +0200

sxhkd: make screenshot bindings freeze screen

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

diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc @@ -4,8 +4,12 @@ ctrl + shift + r pkill -SIGUSR1 sxhkd; notify "sxhkd reloaded" "" 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"' 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"' super + shift + m; m dmenuman @@ -23,6 +27,7 @@ super + shift + m; b super + ctrl + space dmenusymbols + super + shift + a j4-dmenu-desktop super + l