aboutsummaryrefslogtreecommitdiffstats
path: root/copy.sh
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-03-10 13:59:42 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-03-10 13:59:42 +0900
commit8219436a1324531bdd44e8a248a2bd1de8d5f516 (patch)
tree776a5bd66ccc47d743fe93ad66091b5db5b907ac /copy.sh
parent66fbcb8869fd0e0d768c730e0671c0f0d9eba81c (diff)
Dropped pyprland
Diffstat (limited to 'copy.sh')
-rwxr-xr-xcopy.sh9
1 files changed, 1 insertions, 8 deletions
diff --git a/copy.sh b/copy.sh
index 2ad4bb3b..fe2d1de4 100755
--- a/copy.sh
+++ b/copy.sh
@@ -115,13 +115,6 @@ if hostnamectl | grep -q 'Operating System: NixOS'; then
sed -i '/^exec-once = \$scriptsDir\/Polkit\.sh$/ s/^#*/#/' config/hypr/UserConfigs/Startup_Apps.conf
fi
-# to check if Debian or Ubuntu or based distros
-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
-fi
-
# activating hyprcursor on env by checking if the directory ~/.icons/Bibata-Modern-Ice/hyprcursors exists
if [ -d "$HOME/.icons/Bibata-Modern-Ice/hyprcursors" ]; then
HYPRCURSOR_ENV_FILE="config/hypr/UserConfigs/ENVariables.conf"
@@ -684,7 +677,7 @@ if [ -d "$BACKUP_HYPR_PATH" ]; then
done
# Restore files automatically
- FILE_B=("monitors.conf" "workspaces.conf" "pyprland.toml")
+ FILE_B=("monitors.conf" "workspaces.conf")
for FILE_RESTORE in "${FILE_B[@]}"; do
BACKUP_FILE="$BACKUP_HYPR_PATH/$FILE_RESTORE"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage