From f30a1821e3810b6438ea573dc14f8a25fc769d25 Mon Sep 17 00:00:00 2001 From: kkard2 Date: Thu, 17 Apr 2025 17:51:00 +0200 Subject: dwm moment --- _linux/sxhkd/sxhkdrc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 _linux/sxhkd/sxhkdrc (limited to '_linux/sxhkd') diff --git a/_linux/sxhkd/sxhkdrc b/_linux/sxhkd/sxhkdrc new file mode 100644 index 0000000..d32f2f1 --- /dev/null +++ b/_linux/sxhkd/sxhkdrc @@ -0,0 +1,19 @@ +super + shift + s + flameshot gui +super + w + firefox + +super + ctrl + Up + pactl set-sink-volume @DEFAULT_SINK@ +5% && $refresh_i3status +super + ctrl + Down + pactl set-sink-volume @DEFAULT_SINK@ -5% && $refresh_i3status +super + shift + m + pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status +super + ctrl + space + playerctl play-pause + +bindsym $mod+Control+Up exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5% && $refresh_i3status +bindsym $mod+Control+Down exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5% && $refresh_i3status +bindsym $mod+m exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status + +bindsym $mod+Control+space exec --no-startup-id playerctl play-pause -- cgit v1.3.1