From 67030abc81bf404b06b2592c3dd0313aa829c7b1 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 9 Mar 2025 12:02:05 +0900 Subject: added & on pypr as opensuse have issue installing pyprland? --- config/hypr/UserConfigs/Startup_Apps.conf | 2 +- copy.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hypr/UserConfigs/Startup_Apps.conf b/config/hypr/UserConfigs/Startup_Apps.conf index 2be4e7d7..e5fa2bae 100644 --- a/config/hypr/UserConfigs/Startup_Apps.conf +++ b/config/hypr/UserConfigs/Startup_Apps.conf @@ -38,7 +38,7 @@ exec-once = $UserScripts/RainbowBorders.sh exec-once = hypridle # Start pyprland daemon -exec-once = pypr +exec-once = pypr & # Here are list of features available but disabled by default # exec-once = swww-daemon --format xrgb && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper diff --git a/copy.sh b/copy.sh index d6d66cf7..47e3ced0 100755 --- a/copy.sh +++ b/copy.sh @@ -119,7 +119,7 @@ fi if grep -iq '^\(ID_LIKE\|ID\)=.*\(debian\|ubuntu\)' /etc/os-release >/dev/null 2>&1; then echo "${INFO} Debian/Ubuntu based distro. Disabling pyprland since it does not work properly" 2>&1 | tee -a "$LOG" || true # disabling pyprland as causing issues - sed -i '/^\s*exec-once = pypr\s*/ s/^/#/' config/hypr/UserConfigs/Startup_Apps.conf + sed -i '/^\s*exec-once = pypr &\s*/ s/^/#/' config/hypr/UserConfigs/Startup_Apps.conf fi # activating hyprcursor on env by checking if the directory ~/.icons/Bibata-Modern-Ice/hyprcursors exists -- cgit v1.2.3