]> git.mdlowis.com Git - proto/labwc.git/commit
action: add 'MoveToEdge'
authorJohan Malm <jgm323@gmail.com>
Tue, 20 Jul 2021 18:54:57 +0000 (19:54 +0100)
committerJohan Malm <jgm323@gmail.com>
Tue, 20 Jul 2021 18:54:57 +0000 (19:54 +0100)
commit49a73befdbf5b2ece788a37e98c8e6a5a23274ef
tree542558f998a53a4d76b3d32b6f320d589efe5fda
parent10264110f18eb5ccd25580c08e440186889bb477
action: add 'MoveToEdge'

Currently only moves view to edges of outputs

Example keybind:

<keybind key="A-Left">
  <action name="MoveToEdge">
    <direction>left</direction>
  </action>
</keybind>
docs/rc.xml
src/action.c
src/config/rcxml.c
src/view.c