diff options
| author | kkard2 <[email protected]> | 2024-09-07 10:33:19 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2024-09-07 10:33:19 +0200 |
| commit | 1b0b59303c2a6119b72acae792033f36eeb198bf (patch) | |
| tree | 9cca6404a9d4c60754040d74a7dcefdceea42e33 /_linux/i3 | |
| parent | fbbce982623defa6bd9ac4f94de7e8218a7285cc (diff) | |
not being muted by default was annoying
Diffstat (limited to '_linux/i3')
| -rw-r--r-- | _linux/i3/config | 3 |
1 files changed, 3 insertions, 0 deletions
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. |
