diff --git a/i3.conf b/i3.conf index 3403c45..53cfbb7 100644 --- a/i3.conf +++ b/i3.conf @@ -25,6 +25,10 @@ bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -10% & bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle && $refresh_i3status bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status +## m and n are the + and - volume buttons +bindsym $mod+m exec --no-startup-id pactl set-sink-volume 0 +10% && $refresh_i3status +bindsym $mod+n exec --no-startup-id pactl set-sink-volume 0 -10% && $refresh_i3status + # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod