dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit a18fe09a6b5ddb93d43c6ae903856342d70c97f0
parent 83a64061aa30e2e8d377e6e0d88e67bb23e6cf01
Author: mrgrouse <bdmfegys@duck.com>
Date:   Sun, 17 Nov 2024 23:06:58 -0500

X11/xinitrc: append `pasystray`(pulse audio tray applet) to the end of startup programs/applets

Diffstat:
MX11/xinitrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/X11/xinitrc b/X11/xinitrc @@ -25,4 +25,4 @@ if [ -x "/usr/bin/dbus-update-activation-environment" ]; then fi /usr/lib/xdg-desktop-portal & #/usr/lib/xdg-desktop-portal-gtk & -pipewire & pipewire-pulse & wireplumber & +pipewire & pipewire-pulse & wireplumber & pasystray &