diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-09 12:02:05 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-09 12:02:05 +0900 |
| commit | 67030abc81bf404b06b2592c3dd0313aa829c7b1 (patch) | |
| tree | 716bdd595f08078af88194393927997805ff9286 | |
| parent | cadc2cb3b52caff78ce14cf545d9385f4b3caa1d (diff) | |
added & on pypr as opensuse have issue installing pyprland?
| -rw-r--r-- | config/hypr/UserConfigs/Startup_Apps.conf | 2 | ||||
| -rwxr-xr-x | 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 @@ -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 |
