Added brightness and volume scripts to bind to media keys. Still imperfect Refactored to put neovim in its own file, will do the same for others
2 lines
119 B
Bash
2 lines
119 B
Bash
shotpath="Pictures/Screenshots/screenshot`date +%Y%m%d%H%M%S`.png"; slurp | grim -g - $shotpath && wl-copy < $shotpath
|