aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/bind.c
AgeCommit message (Expand)Author
2024-02-23Define _POSIX_C_SOURCE globallySimon Ser
2023-04-14commands: add printf attribute to cmd_results_new()Simon Ser
2022-06-25Strip quotes in bindsym --input-device=...Thomas Jost
2022-03-08Remove WLR_SWITCH_STATE_TOGGLE usageSimon Ser
2021-08-14cmd_bind_or_unbind_switch: fix copy/paste typo error messageEric Engestrom
2021-02-14input: Only commit transactions when necessaryKenny Levinsen
2020-07-30Fix incorrect format specifiersAntonin Décimo
2020-04-14Fix a use-after-free error in switch bindingDi Ma
2020-04-14Fix a use-after-free error in switch bindingDi Ma
2020-03-30add --no-repeat option for bindingsLinus Heckemann
2020-03-15commands/bind.c: remove unnecessary checkJason Nader
2020-03-11input: Add support for keyboard shortcuts inhibitMichael Weiser
2019-08-01bindsym/code: add group supportBrian Ashworth
2019-07-09cmd_bindswitch: add option to execute on reloadBrian Ashworth
2019-06-12bindings: defer while initiailizingBrian Ashworth
2019-05-30bindings: allow unlocked and locked bindingsBrian Ashworth
2019-04-26config: simplify keysym translation fieldsKonstantin Pospelov
2019-04-26Implement bindsym --to-codeKonstantin Pospelov
2019-04-17Add unbindswitch commandAlex Maese
2019-04-17Create unbindsym and unbindcode commandsAlex Maese
2019-03-27bindings: fix overwrite log argument mismatchJan Pokorný
2019-03-19Support WLR_INPUT_DEVICE_SWITCH in swayRyan Walklin
2019-02-17Use container under cursor for mouse bindingsBrian Ashworth
2019-01-21Move sway-specific functions in common/util.c into sway/M Stoeckl
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-14Remove now-unused "input" argument of cmd_results_newM Stoeckl
2019-01-09bind{code,sym}: utilize mouse button helpersBrian Ashworth
2019-01-09Simplify evdev includes on FreeBSD by relying on up-to-date packageJan Beich
2019-01-09cmd_bind: pass the seat to execute_commandBrian Ashworth
2018-12-25Change mouse buttons to x11 map and libevdev namesBrian Ashworth
2018-12-09list.c: rename free_flat_list to list_free_items_and_destroyIan Fan
2018-12-09Cleanup list codeIan Fan
2018-12-09list.c: Remove list_foreachIan Fan
2018-12-02Add option to bindsym/bindcode to suppress warning on overrideAlex Maese
2018-11-28Introduce a way to show config warnings in swaynagBrian Ashworth
2018-11-27Change execute_command to return a list of resultsBrian Ashworth
2018-11-25Replace _XOPEN_SOURCE with _POSIX_C_SOURCEemersion
2018-10-23commands: remove EXPECTED_MORE_THANIan Fan
2018-10-18cmd_bind{sym,code}: Implement per-device bindingsBrian Ashworth
2018-10-08Reload config using idle eventRyan Dwyer
2018-09-23Allow running commands on containers without focusing themRyan Dwyer
2018-09-06Fix management of bindings during reloadRyan Dwyer
2018-09-04Deny repeating reload by holding keyRyan Dwyer
2018-09-01Allow reload command to exist anywhere in the command stringRyan Dwyer
2018-09-01Fix crash on reloadRyan Dwyer
2018-08-01ipc: add binding eventIan Fan
2018-07-23Invoke mouse bindingsfrsfnrrg
2018-07-23Parse mouse binding optionsfrsfnrrg
2018-07-09Update for swaywm/wlroots#1126emersion
2018-06-12Sort binding key listsfrsfnrrg