fix: volumeicon not starting

This commit is contained in:
2025-05-04 20:57:35 -07:00
parent f2e630d04d
commit ad859e9285

View File

@@ -64,6 +64,9 @@
''; '';
xsession.windowManager.i3 = { xsession.windowManager.i3 = {
enable = true; enable = true;
extraConfig = ''
exec --no-startup-id sleep 2 && volumeicon
'';
config = { config = {
modifier = "Mod4"; modifier = "Mod4";
defaultWorkspace = "workspace number 1"; defaultWorkspace = "workspace number 1";
@@ -78,11 +81,11 @@
"XF86MonBrightnessUp" = "exec brightnessctl s +5%"; "XF86MonBrightnessUp" = "exec brightnessctl s +5%";
"XF86MonBrightnessDown" = "exec brightnessctl s 5%-"; "XF86MonBrightnessDown" = "exec brightnessctl s 5%-";
}; };
startup = [ #startup = [
{ # {
command = "exec --no-startup-id volumeicon"; # command = "volumeicon";
} # }
]; #];
}; };
}; };
}; };