diff options
| author | kkard2 <[email protected]> | 2025-04-21 06:50:05 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2025-04-21 06:50:05 +0200 |
| commit | 6ba49f9b869539dc136beab3be08b48a8b19787c (patch) | |
| tree | b522cfd151923906ed0db855e01d3935f7817a0b /_linux/i3/config | |
| parent | f30a1821e3810b6438ea573dc14f8a25fc769d25 (diff) | |
foobar
Diffstat (limited to '_linux/i3/config')
| -rw-r--r-- | _linux/i3/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_linux/i3/config b/_linux/i3/config index 4dbf18f..eddc6a3 100644 --- a/_linux/i3/config +++ b/_linux/i3/config @@ -20,7 +20,7 @@ font pango:monospace 10 exec --no-startup-id dex --autostart --environment i3 # mute by default (doesn't work) -exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ true +#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. @@ -33,8 +33,8 @@ exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ true # and nm-applet is a desktop environment-independent system tray GUI for it. # exec --no-startup-id nm-applet -exec --no-startup-id flameshot -exec --no-startup-id espanso service start --unmanaged +# exec --no-startup-id flameshot +# exec --no-startup-id espanso service start --unmanaged # Use pactl to adjust volume in PulseAudio. set $refresh_i3status killall -SIGUSR1 i3status |
