i3: Disable volumeicon

We already have volume control in i3status-rs, do not start volumeicon.
This commit is contained in:
Sanchayan Maity 2021-03-01 17:55:37 +05:30
parent 0cfe10ff74
commit 2c4b542c23
1 changed files with 1 additions and 1 deletions

View File

@ -45,11 +45,11 @@ exec --no-startup-id feh --no-fehbg --bg-scale ~/.i3/wallpaper.jpg
## sound-section - DO NOT EDIT if you wish to automatically upgrade Alsa -> Pulseaudio later! ##
################################################################################################
exec --no-startup-id volumeicon
bindsym $mod+Ctrl+m exec pavucontrol
#bindsym $mod+Ctrl+m exec terminal -e 'alsamixer'
#exec --no-startup-id pulseaudio
#exec --no-startup-id pa-applet
#exec --no-startup-id volumeicon
################################################################################################