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

10
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"
@@ -127,9 +129,9 @@ if [[ "$restart" == "y" ]]; then
sudo cp ./system/environment /etc/environment
sudo cp ./system/greetd/pam /etc/pam.d/greetd
sudo cp -r ./system/greetd/config.toml /etc/greetd/
# if [[ "$platform" == "d" ]]; then
# else
# else
# echo "Setting up autologin config for greetd"
# sudo cp -r ./system/greetd/config-autologin.toml /etc/greetd/config.toml
# fi