feat: hyprland gestures
This commit is contained in:
parent
c264999fb4
commit
dcfc21469b
4 changed files with 550 additions and 484 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue