diff options
| author | Donald Williams <129223418+dwilliam62@users.noreply.github.com> | 2025-05-19 23:23:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-19 23:23:51 -0400 |
| commit | d901ffc34f9c071e558ddaf27df17d56b8a79e42 (patch) | |
| tree | 0f736dc629c7d3b83b247488c0a2e72ee46331ba /copy.sh | |
| parent | dabdc580beca83421a74ab0c93e18d93cd1bd204 (diff) | |
| parent | 5f71518ca66702bd7a9d331a59792a35e524f100 (diff) | |
Merge branch 'main' into main
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 |
