feat(hyprland): integrate force-switch script with split:workspace

This commit is contained in:
kenji
2026-01-05 12:46:42 -06:00
parent 2ed2e28ba2
commit c656cf81d2
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -68,7 +68,7 @@
ws = i + 1;
key = toString ws;
in [
"SUPER, ${key}, Switch to workspace ${toString ws}, split:workspace, ${toString ws}"
"SUPER, ${key}, Switch to workspace ${toString ws}, exec, hakase-workspace-switch-force ${toString ws}"
"SUPER SHIFT, ${key}, Move window to workspace ${toString ws}, split:movetoworkspace, ${toString ws}"
]
)