From 2c4b542c23a127c18f2b755b28b16d52afbd6be1 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Mon, 1 Mar 2021 17:55:37 +0530 Subject: [PATCH] i3: Disable volumeicon We already have volume control in i3status-rs, do not start volumeicon. --- i3/.i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/.i3/config b/i3/.i3/config index ff8e88b..cd013f6 100644 --- a/i3/.i3/config +++ b/i3/.i3/config @@ -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 ################################################################################################