New Setup 📦
This commit is contained in:
parent
d16174b447
commit
415dbd08a1
10194 changed files with 1368647 additions and 4 deletions
16
home/.config/sxhkd/sxhkdrc
Normal file
16
home/.config/sxhkd/sxhkdrc
Normal file
|
@ -0,0 +1,16 @@
|
|||
# My Hotkeys
|
||||
|
||||
Print
|
||||
maim -m 10 --select | tee ~/Pictures/screenshots/$(date +"%a_%d_%b_%H:%M").png | xclip -sel c -t image/png
|
||||
|
||||
super + Print
|
||||
maim | tee ~/Pictures/screenshots/$(date +"%a_%d_%b_%H:%M").jpg | xclip -sel c -t image/jpg
|
||||
|
||||
XF86Audio{RaiseVolume,LowerVolume,Mute}
|
||||
pamixer -{i,d,t} 2; kill -34 $(cat ~/.cache/pidofbar)
|
||||
|
||||
XF86MonBrightness{Up,Down}
|
||||
brightnessctl s {+2%,2%-}
|
||||
|
||||
super + Escape
|
||||
system_action
|
Loading…
Add table
Add a link
Reference in a new issue