From 72653c06213d40b175c0b05c9967ca8305f5e0c8 Mon Sep 17 00:00:00 2001 From: nnduc Date: Thu, 5 Jun 2025 11:18:41 +0700 Subject: [PATCH] up --- i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/config b/i3/config index dbdc9e7..998f9c9 100644 --- a/i3/config +++ b/i3/config @@ -71,7 +71,7 @@ bindsym $mod+Shift+slash exec playerctl play-pause #bindcode $mod+60 exec --no-startup-id wpctl set-volume @DEFAULT_SINK@ 0.02+ --limit 1 && $refresh_i3status #bindcode $mod+59 exec --no-startup-id wpctl set-volume @DEFAULT_SINK@ 0.02- --limit 0 && $refresh_i3status -bindsym $mod+Shift+m exec --no-startup-id wpctl set-mute @DEFAULT_SINK@ toggle && $refresh_i3status +bindsym $mod+slash exec --no-startup-id wpctl set-mute @DEFAULT_SINK@ toggle && $refresh_i3status bindsym $mod+period exec --no-startup-id wpctl set-volume @DEFAULT_SINK@ 0.02+ --limit 1 && $refresh_i3status bindsym $mod+comma exec --no-startup-id wpctl set-volume @DEFAULT_SINK@ 0.02- --limit 0 && $refresh_i3status