diff --git a/config b/config index 38f3025..bada47b 100644 --- a/config +++ b/config @@ -68,13 +68,13 @@ bindsym Mod4+s layout stacking bindsym Mod4+space focus mode_toggle bindsym Mod4+v split v bindsym Mod4+w layout tabbed -bindsym XF86AudioLowerVolume exec amixer sset 'Master' 5%- +bindsym XF86AudioLowerVolume exec pactl set-sink-volume 0 -5% bindsym XF86AudioMute exec amixer sset 'Master' toggle bindsym XF86AudioNext exec playerctl next bindsym XF86AudioPause exec playerctl play-pause bindsym XF86AudioPlay exec playerctl play-pause bindsym XF86AudioPrev exec playerctl previous -bindsym XF86AudioRaiseVolume exec amixer sset 'Master' 5%+ +bindsym XF86AudioRaiseVolume exec pactl set-sink-volume 0 +5% bindsym XF86MonBrightnessDown exec brightnessctl s 20%- bindsym XF86MonBrightnessUp exec brightnessctl s +20% @@ -123,6 +123,8 @@ for_window [title="Microsoft Teams Notification" class="microsoft teams - previe for_window [title="Microsoft Teams Notification" class="Microsoft Teams - Preview"] floating enable for_window [title="Microsoft Teams-Benachrichtigung" class="microsoft teams - preview"] floating enable for_window [title="Microsoft Teams-Benachrichtigung" class="Microsoft Teams - Preview"] floating enable +for_window [title="Taschenrechner"] floating enable +for_window [title="NoiseTorch"] floating enable exec xrandr --output VGA-0 --auto --left-of HDMI-0 @@ -140,3 +142,5 @@ exec_always ~/.config/i3/gnome-keyring.sh exec_always --no-startup-id autorandr -c +exec_always --no-startup-id gnome-keyring-daemon + diff --git a/i3status-rs-config.toml b/i3status-rs-config.toml index 58527bf..aaf4190 100644 --- a/i3status-rs-config.toml +++ b/i3status-rs-config.toml @@ -47,6 +47,7 @@ alert = 10.0 [[block]] block = "sound" +driver = "pulseaudio" [[block]] block = "battery"