From 1b0b59303c2a6119b72acae792033f36eeb198bf Mon Sep 17 00:00:00 2001 From: kkard2 Date: Sat, 7 Sep 2024 10:33:19 +0200 Subject: not being muted by default was annoying --- _linux/i3/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_linux/i3/config b/_linux/i3/config index b81721b..c0247ea 100644 --- a/_linux/i3/config +++ b/_linux/i3/config @@ -19,6 +19,9 @@ font pango:monospace 9 # https://wiki.archlinux.org/index.php/XDG_Autostart exec --no-startup-id dex --autostart --environment i3 +# mute by default +exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ true + # The combination of xss-lock, nm-applet and pactl is a popular choice, so # they are included here as an example. Modify as you see fit. -- cgit v1.3.1