diff --git a/dotfiles/hypr/hyprland.conf b/dotfiles/hypr/hyprland.conf index 0f39aeb..9173ff0 100644 --- a/dotfiles/hypr/hyprland.conf +++ b/dotfiles/hypr/hyprland.conf @@ -45,7 +45,7 @@ $menu = wofi # Autostart necessary processes (like notifications daemons, status bars, etc.) # Or execute your favorite apps at launch like this: -exec-once = sh -c 'if command -v awww-daemon >/dev/null 2>&1; then awww-daemon && awww img /home/pascal/Bilder/Wallpaper/forest.jpg; elif command -v swww-daemon >/dev/null 2>&1; then swww-daemon; else hyprpaper; fi' +exec-once = sh -c 'if command -v awww-daemon >/dev/null 2>&1; then awww-daemon & awww img /home/pascal/Bilder/Wallpaper/forest.jpg; elif command -v swww-daemon >/dev/null 2>&1; then swww-daemon & hyprctl hyprpaper wallpaper "eDP-1,/home/pascal/Bilder/Wallpaper/forest.jpg"; else hyprpaper; fi' exec-once = waybar exec-once = swaync exec-once = env WIDGET_PANEL_START_HIDDEN=1 ~/.config/hypr/Scripts/widget-panel.sh