From 9771c1c66ca5e159fcfd4ea6f322f0c5a7ff5f5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 11 Oct 2023 16:14:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(hypr):=20wallpaper=20autosta?= =?UTF-8?q?rt=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/scripts/autostart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/hypr/scripts/autostart b/.config/hypr/scripts/autostart index 30a9e825..3404766b 100755 --- a/.config/hypr/scripts/autostart +++ b/.config/hypr/scripts/autostart @@ -11,8 +11,8 @@ pypr & swaync & # Wallpaper Backend -swww init & -./wallpaper random +swww init +$scripts/wallpaper random & # Bar waybar &