Add sxhkd

This commit is contained in:
Mike Wilson
2025-06-29 09:53:48 -04:00
parent e3d1957341
commit db293c606a
2 changed files with 29 additions and 0 deletions

19
roles/sxhkd/files/sxhkdrc Normal file
View File

@@ -0,0 +1,19 @@
# Launch Firefox
super + w
firefox
# Capture entire screen and save to clipboard
Print
scrot -m - | xclip -selection clipboard -target image/png
# Capture selection and save to clipboard
shift + Print
scrot -s - | xclip -selection clipboard -target image/png
# Launch Alacritty
super + shift + Return
alacritty
# Emoji Picker
super + grave
~/.local/bin/dmenuunicode