fix: pipewire autostart
This commit is contained in:
parent
aca11a1499
commit
882d075e34
1 changed files with 7 additions and 6 deletions
|
@ -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' &
|
||||
|
|
Loading…
Add table
Reference in a new issue