diff options
| author | kkard2 <[email protected]> | 2025-04-17 17:51:00 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2025-04-17 17:51:00 +0200 |
| commit | f30a1821e3810b6438ea573dc14f8a25fc769d25 (patch) | |
| tree | fbd16dd92747176f8061ba0261b836b00b656f9f /_linux/sxhkd/sxhkdrc | |
| parent | 0c7360cdca951a5fb5d2723c878b5407b4e210ac (diff) | |
dwm moment
Diffstat (limited to '_linux/sxhkd/sxhkdrc')
| -rw-r--r-- | _linux/sxhkd/sxhkdrc | 19 |
1 files changed, 19 insertions, 0 deletions
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 |
