From 37525bad2fb82f3aece62d235bc11d432fe65efc Mon Sep 17 00:00:00 2001 From: hesam-init Date: Mon, 12 Feb 2024 18:39:00 +0330 Subject: [PATCH] fix: pipewire autostart --- hyprland/.config/hypr/conf/autostart.conf | 10 ++++------ hyprland/.config/hypr/hyprland.conf | 10 +++++----- hyprland/.config/waybar/river/config.jsonc | 2 +- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/hyprland/.config/hypr/conf/autostart.conf b/hyprland/.config/hypr/conf/autostart.conf index 72e2498..38674ee 100644 --- a/hyprland/.config/hypr/conf/autostart.conf +++ b/hyprland/.config/hypr/conf/autostart.conf @@ -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 : diff --git a/hyprland/.config/hypr/hyprland.conf b/hyprland/.config/hypr/hyprland.conf index 4ea3ce4..e321a2c 100644 --- a/hyprland/.config/hypr/hyprland.conf +++ b/hyprland/.config/hypr/hyprland.conf @@ -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 # ----------------------------------------------------- diff --git a/hyprland/.config/waybar/river/config.jsonc b/hyprland/.config/waybar/river/config.jsonc index 2449545..219eef5 100644 --- a/hyprland/.config/waybar/river/config.jsonc +++ b/hyprland/.config/waybar/river/config.jsonc @@ -15,8 +15,8 @@ "modules-left": [ "custom/launcher", "custom/media", + "wlr/taskbar", "tray" - // "wlr/taskbar" ], "modules-center": [ "clock",