mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-26 17:23:43 +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 :
|
# core components :
|
||||||
# exec-once = $scr_path/keyring-launch.sh
|
# 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 = sleep 1 && pipewire-pulse &
|
|
||||||
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 = pipewire &
|
||||||
|
exec-once = pipewire-pulse &
|
||||||
|
|
||||||
# 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 = $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 = eww daemon && eww open bar
|
||||||
|
|
||||||
# exec-once = swayidle -w timeout 300 'gtklock' before-sleep 'gtklock' &
|
# 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 = 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 = sleep 1 && dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # Some fix idk
|
||||||
|
|
||||||
# exec-once = wl-paste --watch cliphist store &
|
# exec-once = wl-paste --watch cliphist store &
|
||||||
|
|
||||||
# cursor :
|
# cursor :
|
||||||
|
|
|
@ -23,16 +23,16 @@ $rofi_powermenu = $scr_path/rofi-launch.sh p
|
||||||
$rofi_screenshot = $scr_path/rofi-launch.sh s
|
$rofi_screenshot = $scr_path/rofi-launch.sh s
|
||||||
$powermenu = $scr_path/wlogout-toggle.sh
|
$powermenu = $scr_path/wlogout-toggle.sh
|
||||||
|
|
||||||
# -----------------------------------------------------
|
|
||||||
# Monitor
|
|
||||||
# -----------------------------------------------------
|
|
||||||
source = ~/.config/hypr/conf/monitor.conf
|
|
||||||
|
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# Autostart
|
# Autostart
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
source = ~/.config/hypr/conf/autostart.conf
|
source = ~/.config/hypr/conf/autostart.conf
|
||||||
|
|
||||||
|
# -----------------------------------------------------
|
||||||
|
# Monitor
|
||||||
|
# -----------------------------------------------------
|
||||||
|
source = ~/.config/hypr/conf/monitor.conf
|
||||||
|
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# Animation
|
# Animation
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
|
|
|
@ -15,8 +15,8 @@
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"custom/launcher",
|
"custom/launcher",
|
||||||
"custom/media",
|
"custom/media",
|
||||||
|
"wlr/taskbar",
|
||||||
"tray"
|
"tray"
|
||||||
// "wlr/taskbar"
|
|
||||||
],
|
],
|
||||||
"modules-center": [
|
"modules-center": [
|
||||||
"clock",
|
"clock",
|
||||||
|
|
Loading…
Add table
Reference in a new issue