feat: hyprland gestures

This commit is contained in:
KoenDR06 2025-12-04 18:08:06 +01:00
parent c264999fb4
commit dcfc21469b
4 changed files with 550 additions and 484 deletions

View file

@ -27,6 +27,8 @@ in {
}")
hypr.keybindings.binds)}
${concatStringsSep "\n" (map (gs: toString gs) hypr.gestures.gestures)}
${concatStringsSep "\n\n" (map (sm: ''
bind${concatStringsSep "" sm.enterBind.flags} = ${concatStringsSep " " sm.enterBind.mods}, ${sm.enterBind.key}, submap, ${sm.name}
submap = ${sm.name}