From 72a5889cc850c48ef917226c3966bdfbd5733350 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Thu, 13 Aug 2026 09:12:40 +0530 Subject: volume fixes --- i3/config | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'i3/config') diff --git a/i3/config b/i3/config index 34f459f..37e6872 100644 --- a/i3/config +++ b/i3/config @@ -1,10 +1,11 @@ set $mod Mod4 -font pango:Jetbrains Mono Nerd Font 16 +font pango:Jetbrains Mono Nerd Font 10 set $refresh_i3status killall -SIGUSR1 i3status -bindsym XF86AudioRaiseVolume exec --no-startup-id wpctl set-volume @DEFAULT_SINK@ 0.1+ && $refresh_i3status -bindsym XF86AudioLowerVolume exec --no-startup-id wpctl set-volume @DEFAULT_SINK@ 0.1- && $refresh_i3status -bindsym XF86AudioMute exec --no-startup-id wpctl set-mute @DEFAULT_SINK@ toggle && $refresh_i3status +bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status +bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status +bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status +bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status floating_modifier $mod tiling_drag modifier titlebar @@ -71,6 +72,11 @@ workspace $ws2 output PHYSICAL workspace $ws3 output PHYSICAL workspace $ws4 output PHYSICAL workspace $ws5 output PHYSICAL +# workspace $ws6 output PHYSICAL +# workspace $ws7 output PHYSICAL +# workspace $ws8 output PHYSICAL +# workspace $ws9 output PHYSICAL +# workspace $ws10 output PHYSICAL workspace $ws6 output VNC workspace $ws7 output VNC workspace $ws8 output VNC @@ -124,7 +130,7 @@ bar { } exec --no-startup-id xrandr --auto -exec --no-startup-id ~/.config/i3/setup-vnc-monitor.sh +exec --no-startup-id ./setup-vnc-monitor.sh exec --no-startup-id nitrogen --restore set $bg #282828 -- cgit v1.2.3