From 723220028038a3c6e155259e28d07e867e2d45c9 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Wed, 1 Jun 2022 22:55:52 +0530 Subject: first commit --- .config/sxhkd/sxhkdrc | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100755 .config/sxhkd/sxhkdrc (limited to '.config/sxhkd/sxhkdrc') 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) -- cgit v1.2.3