fix: pipewire autostart

This commit is contained in:
hesam-init 2024-02-12 18:05:31 +03:30
parent aca11a1499
commit 882d075e34

View file

@ -4,17 +4,18 @@
# core components :
# exec-once = $scr_path/keyring-launch.sh
exec-once = dbus-update-activation-environment --all
exec-once = pipewire && sleep 1 && pipewire-pulse
exec-once = /usr/libexec/polkit-kde-authentication-agent-1
exec-once = $scr_path/dunst-launch.sh
exec-once = dbus-update-activation-environment --all &
exec-once = pipewire &
exec-once = sleep 1 && pipewire-pulse &
exec-once = /usr/libexec/polkit-kde-authentication-agent-1 &
exec-once = $scr_path/dunst-launch.sh &
# wallpaper :
exec-once = swaybg -i ~/Wallpapers/macos.png
exec-once = swaybg -i ~/Wallpapers/macos.png &
# exec-once = swww init; swww kill; swww init # idk why tbh
# status bar :
exec-once = sleep 1 && $scr_path/waybar-launch.sh
exec-once = $scr_path/waybar-launch.sh &
# exec-once = eww daemon && eww open bar
# exec-once = swayidle -w timeout 300 'gtklock' before-sleep 'gtklock' &