diff options
Diffstat (limited to '.config/sxhkd/sxhkdrc')
| -rwxr-xr-x | .config/sxhkd/sxhkdrc | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc new file mode 100755 index 0000000..ca4dc11 --- /dev/null +++ b/.config/sxhkd/sxhkdrc @@ -0,0 +1,30 @@ +# +# wm independent hotkeys +# +#emoji menu +# super + period +super + grave + unicode_emoji + +# swap cap if stops working +super + c + setxkbmap -option caps:swapescape +# Screenshot tool +Print + maimshot + +# file explorer +super + shift + f + pcmanfm + +# web browser +super + shift + b + firefox + +# make sxhkd reload its configuration files: +super + Escape + pkill -USR1 -x sxhkd + +# Volume +XF86Audio{RaiseVolume,LowerVolume,Mute} + pamixer -{i,d,t} 2; kill -34 $(cat ~/.cache/pidofbar) |
