mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-25 05:16:55 +02:00
fix: pipewire autostart
This commit is contained in:
parent
6a483afb93
commit
37525bad2f
3 changed files with 10 additions and 12 deletions
|
@ -5,23 +5,21 @@
|
|||
# core components :
|
||||
# exec-once = $scr_path/keyring-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 &
|
||||
exec-once = pipewire &
|
||||
exec-once = pipewire-pulse &
|
||||
|
||||
# wallpaper :
|
||||
exec-once = swaybg -i ~/Wallpapers/macos.png &
|
||||
# exec-once = swww init; swww kill; swww init # idk why tbh
|
||||
|
||||
# status bar :
|
||||
exec-once = $scr_path/waybar-launch.sh &
|
||||
exec-once = $scr_path/dunst-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' &
|
||||
# exec-once = swayidle -w timeout 450 'pidof java || systemctl suspend' & # dont sleep if playing minecraft, else nvidia will fuck up
|
||||
# exec-once = sleep 1 && dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # Some fix idk
|
||||
|
||||
# exec-once = wl-paste --watch cliphist store &
|
||||
|
||||
# cursor :
|
||||
|
|
|
@ -23,16 +23,16 @@ $rofi_powermenu = $scr_path/rofi-launch.sh p
|
|||
$rofi_screenshot = $scr_path/rofi-launch.sh s
|
||||
$powermenu = $scr_path/wlogout-toggle.sh
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Monitor
|
||||
# -----------------------------------------------------
|
||||
source = ~/.config/hypr/conf/monitor.conf
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Autostart
|
||||
# -----------------------------------------------------
|
||||
source = ~/.config/hypr/conf/autostart.conf
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Monitor
|
||||
# -----------------------------------------------------
|
||||
source = ~/.config/hypr/conf/monitor.conf
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Animation
|
||||
# -----------------------------------------------------
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
"modules-left": [
|
||||
"custom/launcher",
|
||||
"custom/media",
|
||||
"wlr/taskbar",
|
||||
"tray"
|
||||
// "wlr/taskbar"
|
||||
],
|
||||
"modules-center": [
|
||||
"clock",
|
||||
|
|
Loading…
Add table
Reference in a new issue