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 /copy.sh | |
| parent | cadc2cb3b52caff78ce14cf545d9385f4b3caa1d (diff) | |
added & on pypr as opensuse have issue installing pyprland?
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
