Compare commits

...

2 Commits

Author SHA1 Message Date
3c76f0412a [Setup] Fix hyprmode apply 2025-10-16 17:05:11 +02:00
627c005fe3 [Hyprland] Fix submap 2025-10-16 17:05:03 +02:00
2 changed files with 7 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ bind = ,code:121, exec, pamixer -t
# ── Submap ──────────────────────────────────────────────────────────
bind = $mainMod, W, submap, device
bind = $mainMod, D, submap, device
submap = device

6
setup
View File

@@ -36,7 +36,6 @@ else
fi
platform=$(echo "$platform" | tr '[:upper:]' '[:lower:]')
# ────────────────────────────────────────────────────────────────────
# Get user preference for regenerating the styling
regen=""
@@ -65,7 +64,10 @@ else
read -p "Would you like to use Hyprmode? (Y/n) " hyprmode
fi
hyprmode=$(echo "$hyprmode" | tr '[:upper:]' '[:lower:]')
if [[ "$hyprmode" == "" ]]; then
hyprmode="y"
fi
echo "$hyprmode" >~/.config/hyprmode
# ────────────────────────────────────────────────────────────────────
echo "=> Moving configs to correct destinations"