summaryrefslogtreecommitdiff
path: root/.config/sxhkd
diff options
context:
space:
mode:
Diffstat (limited to '.config/sxhkd')
-rwxr-xr-x.config/sxhkd/sxhkdrc35
1 files changed, 0 insertions, 35 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
deleted file mode 100755
index f53543f..0000000
--- a/.config/sxhkd/sxhkdrc
+++ /dev/null
@@ -1,35 +0,0 @@
-#
-# wm independent hotkeys
-#
-#emoji menu
-# super + period
-super + grave
- unicode_emoji
-
-# swap cap if stops working
-super + c
- xset r rate 300 50
-
-# ncmpcpp
-super + shift + n
- $TERMINAL -e ncmpcpp
-
-# 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)