diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-05-20 15:48:58 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-20 15:48:58 +0000 |
| commit | ddcc6d59e24e334d1d8cd812170a133e591f98bf (patch) | |
| tree | 5eadf581be0ac201cc7a433fc05a688d6a8e14ab /copy.sh | |
| parent | 2c59d4521a9a610a590876db94b176afeb5b26d8 (diff) | |
| parent | 359f04a969f4e4c729a6d5d44b26639073497857 (diff) | |
Merge pull request #702 from JaKooLit/merge-fix
main to development
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -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 |
