aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts/ComposeHyprConfigs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'config/hypr/scripts/ComposeHyprConfigs.sh')
-rwxr-xr-xconfig/hypr/scripts/ComposeHyprConfigs.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/hypr/scripts/ComposeHyprConfigs.sh b/config/hypr/scripts/ComposeHyprConfigs.sh
index 55bc3c5c..f0928a24 100755
--- a/config/hypr/scripts/ComposeHyprConfigs.sh
+++ b/config/hypr/scripts/ComposeHyprConfigs.sh
@@ -58,6 +58,10 @@ compose_startup_apps() {
while IFS= read -r d; do
d="$(echo "$d" | trim)"
[[ -z "$d" || "$d" =~ ^# ]] && continue
+ # Never disable our layout-aware keybind init unless user re-enables via explicit edit here
+ if [[ "$d" == "\$scriptsDir/KeybindsLayoutInit.sh" ]]; then
+ continue
+ fi
unset 'cmds[$d]'
done <"$disable_file"
fi
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage