]> git.mdlowis.com Git - proto/labwc.git/commit
Restore SnapToEdge and MoveToEdge default keybinds
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Sun, 6 Aug 2023 08:26:04 +0000 (10:26 +0200)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Sun, 6 Aug 2023 08:37:36 +0000 (10:37 +0200)
commit43db75f43c9523ffb1b2e6c0ff7f0e4707df258e
treeb2defd1e19f6cd79ce160bf29ccfa3b61ee0d748
parent8d0ee4811b3d15e98ce879ed5c68562357bfab86
Restore SnapToEdge and MoveToEdge default keybinds

When adding the fallback keybinds we add them as string but expect them being an int.
This commit fixes that by using the same parsing routines that are used when parsing
user supplied configuration.

Fixes 1ee8715d57ddb6b444e0b089879db6f837400539
actions: use enum for _ToEdge action
include/action.h
src/action.c
src/config/rcxml.c