aboutsummaryrefslogtreecommitdiff
path: root/.config/sxhkd/sxhkdrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/sxhkd/sxhkdrc')
-rw-r--r--.config/sxhkd/sxhkdrc36
1 files changed, 0 insertions, 36 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
deleted file mode 100644
index e2107e8..0000000
--- a/.config/sxhkd/sxhkdrc
+++ /dev/null
@@ -1,36 +0,0 @@
-XF86AudioMute
- pactl set-sink-mute @DEFAULT_SINK@ toggle && pkill -RTMIN+2 dwmblocks
-
-XF86AudioRaiseVolume
- pactl set-sink-volume @DEFAULT_SINK@ +5% && pkill -RTMIN+2 dwmblocks
-
-XF86AudioLowerVolume
- pactl set-sink-volume @DEFAULT_SINK@ -5% && pkill -RTMIN+2 dwmblocks
-
-XF86AudioPlay
- playerctl --player=ncspot play-pause
-
-XF86AudioPrev
- playerctl --player=ncspot previous && sleep 0.1 && pkill -RTMIN+1 dwmblocks
-
-XF86AudioNext
- playerctl --player=ncspot next && sleep 0.1 && pkill -RTMIN+1 dwmblocks
-
-XF86MonBrightnessUp
- xbacklight -inc 10 && pkill -RTMIN+3 dwmblocks
-
-XF86MonBrightnessDown
- xbacklight -dec 10 && pkill -RTMIN+3 dwmblocks
-
-shift + Print
- screenshot.sh
-
-Print
- screenshot.sh -window root
-
-super + space
- pkill -RTMIN+4 dwmblocks
-
-super + q
- tmuxinator-menu.sh
-