Files
dotfiles/roles/sxhkd/files/sxhkdrc
Mike Wilson db293c606a Add sxhkd
2025-06-29 09:53:48 -04:00

20 lines
375 B
Plaintext

# 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