Fuxx
This commit is contained in:
parent
8268fba83d
commit
7ed2a6e110
9565 changed files with 1315332 additions and 90 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