aboutsummaryrefslogtreecommitdiffstats
path: root/copy.sh
diff options
context:
space:
mode:
authorDonald Williams <129223418+dwilliam62@users.noreply.github.com>2025-05-19 23:36:08 -0400
committerGitHub <noreply@github.com>2025-05-19 23:36:08 -0400
commitb2d5d1a5f4acdb7354009b7c0e5df2f7e4b044ec (patch)
treea75538fa95b33817057b879f8133213dd11ed65d /copy.sh
parent22fa13cb191b8fc700fdfccfcc7ff149fdde4fd7 (diff)
parentb6b6acad2a51c096ba707f976bf862c5dec5cb5e (diff)
Merge branch 'main' into feat/add-custom-hyprpicker-waybar-module
Diffstat (limited to 'copy.sh')
-rwxr-xr-xcopy.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/copy.sh b/copy.sh
index 06bd29ae..0c556ddd 100755
--- a/copy.sh
+++ b/copy.sh
@@ -124,20 +124,6 @@ fi
printf "\n%.0s" {1..1}
-# Extract Hyprland version (first occurrence of x.y.z after "Hyprland")
-version_output=$(hyprctl version | awk '/^Hyprland/ {print $2}')
-
-# Check if version is 0.48.0 or higher
-if [[ "$(printf '%s\n' "0.48.0" "$version_output" | sort -V | head -n1)" == "0.48.0" ]]; then
-
- mv config/hypr/UserConfigs/WindowRules.conf config/hypr/UserConfigs/WindowRules-old.conf
- mv config/hypr/UserConfigs/WindowRules-new.conf config/hypr/UserConfigs/WindowRules.conf
-
- echo "$NOTE - Window Rule set up for Hyprland $version_output"
-fi
-
-printf "\n%.0s" {1..1}
-
# Function to detect keyboard layout using localectl or setxkbmap
detect_layout() {
if command -v localectl >/dev/null 2>&1; then
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage