mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-29 14:49:31 +01:00
i3: add pnmixer in autostart to replace pasystray
This commit is contained in:
parent
8b04c26065
commit
b43a7c68e0
@ -1,6 +1,6 @@
|
|||||||
# Packages expected (just break line-length!):
|
# Packages expected (just break line-length!):
|
||||||
# Debian: i3 suckless-tools j4-dmenu-desktop gnome-screenshot i3lock sudo hibernate playerctl galculator network-manager-gnome redshift-gtk x11-xserver-utils feh rofi libnotify-bin xcompmgr konsole fonts-dejavu dbus-x11 arandr numlockx fcitx-bin fcitx-mozc conky-all flatpak apparmor-notify caffeine kdocker mumble audacious telegram-desktop steam htop kdeconnect nextcloud-client parcimonie lxqt-powermanagement kteatime hsetroot tmux
|
# Debian: i3 suckless-tools j4-dmenu-desktop gnome-screenshot i3lock sudo hibernate playerctl galculator network-manager-gnome redshift-gtk x11-xserver-utils feh rofi libnotify-bin xcompmgr konsole fonts-dejavu dbus-x11 arandr numlockx fcitx-bin fcitx-mozc conky-all flatpak apparmor-notify caffeine kdocker mumble audacious telegram-desktop steam htop kdeconnect nextcloud-client parcimonie lxqt-powermanagement kteatime hsetroot tmux
|
||||||
# ALSA: alsa-utils apulse coreutils
|
# ALSA: alsa-utils apulse coreutils pnmixer
|
||||||
# NOTE! apulse is a wrapper and `apulse` is put in front of pulseaudio
|
# NOTE! apulse is a wrapper and `apulse` is put in front of pulseaudio
|
||||||
# requiring app. See also (shell-things) rc/asoundrc for USB headset and
|
# requiring app. See also (shell-things) rc/asoundrc for USB headset and
|
||||||
# similar.
|
# similar.
|
||||||
@ -393,6 +393,8 @@ exec --no-startup-id $TERMINAL -e htop
|
|||||||
exec --no-startup-id nm-applet
|
exec --no-startup-id nm-applet
|
||||||
# pulseaudio
|
# pulseaudio
|
||||||
#exec --no-startup-id sleep 60 && pasystray --notify=all
|
#exec --no-startup-id sleep 60 && pasystray --notify=all
|
||||||
|
# alsa amixer alsamixer
|
||||||
|
exec --no-startup-id sleep 60 && pnmixer
|
||||||
# Wallpaper, solid (AMOLED) black
|
# Wallpaper, solid (AMOLED) black
|
||||||
exec --no-startup-id hsetroot -solid \#000000
|
exec --no-startup-id hsetroot -solid \#000000
|
||||||
# Selenized black background (not AMOLED)
|
# Selenized black background (not AMOLED)
|
||||||
|
Loading…
Reference in New Issue
Block a user