mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-27 00:53:42 +02:00
fix: pipewire
This commit is contained in:
parent
e494741207
commit
58b5ef3ba9
1 changed files with 6 additions and 6 deletions
|
@ -2,19 +2,19 @@
|
||||||
# Autostart
|
# Autostart
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
|
|
||||||
# Core components (authentication, lock screen, notification daemon)
|
# core components :
|
||||||
|
# exec-once = $scr_path/keyring-launch.sh
|
||||||
exec-once = dbus-update-activation-environment --all
|
exec-once = dbus-update-activation-environment --all
|
||||||
exec-once = pipewire
|
exec-once = pipewire
|
||||||
exec-once = pipewire-pulse
|
# exec-once = pipewire-pulse
|
||||||
# exec-once = $scr_path/keyring-launch.sh
|
|
||||||
exec-once = /usr/libexec/polkit-kde-authentication-agent-1
|
exec-once = /usr/libexec/polkit-kde-authentication-agent-1
|
||||||
exec-once = $scr_path/dunst-launch.sh
|
exec-once = $scr_path/dunst-launch.sh
|
||||||
|
|
||||||
# Wallpaper
|
# 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
|
# exec-once = swww init; swww kill; swww init # idk why tbh
|
||||||
|
|
||||||
# Status bar
|
# status bar :
|
||||||
exec-once = sleep 1 && $scr_path/waybar-launch.sh
|
exec-once = sleep 1 && $scr_path/waybar-launch.sh
|
||||||
# exec-once = eww daemon && eww open bar
|
# exec-once = eww daemon && eww open bar
|
||||||
|
|
||||||
|
@ -24,5 +24,5 @@ exec-once = sleep 1 && $scr_path/waybar-launch.sh
|
||||||
|
|
||||||
# exec-once = wl-paste --watch cliphist store &
|
# exec-once = wl-paste --watch cliphist store &
|
||||||
|
|
||||||
# Cursor
|
# cursor :
|
||||||
exec-once = hyprctl setcursor Bibata-Modern-Ice 24
|
exec-once = hyprctl setcursor Bibata-Modern-Ice 24
|
Loading…
Add table
Reference in a new issue