index
:
sway.git
master
fork of sway with action binder commands
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sway
/
commands
/
mode.c
Age
Commit message (
Expand
)
Author
2022-05-30
sway: add bindgesture command
Florian Franzen
2021-02-04
Declare all struct cmd_handler arrays const
Manuel Stoeckl
2019-08-27
cmd_mode: don't reset to default after subcommand
Brian Ashworth
2019-08-06
cmd_mode: make modes case sensitive
Brian Ashworth
2019-06-20
cmd_mode: allow runtime creation and modification
Brian Ashworth
2019-03-23
cmd_mode: allow cmd_set to be a subcommand
Brian Ashworth
2019-03-19
Support WLR_INPUT_DEVICE_SWITCH in sway
Ryan Walklin
2019-01-21
Replace wlr_log with sway_log
M Stoeckl
2019-01-14
Remove now-unused "input" argument of cmd_results_new
M Stoeckl
2018-11-25
Replace _XOPEN_SOURCE with _POSIX_C_SOURCE
emersion
2018-07-31
Create list for mouse binds when creating new mode
Brian Ashworth
2018-07-09
Update for swaywm/wlroots#1126
emersion
2018-07-05
Implement mode --pango_markup
Brian Ashworth
2018-06-02
Address first round of review for generic blocks
Brian Ashworth
2018-06-02
Make command block implementation generic
Brian Ashworth
2018-03-29
Implement modes
Drew DeVault
2017-11-18
Move everything to sway/old/
Drew DeVault
2017-03-10
UnGNUify the codebase
Drew DeVault
2016-12-15
Handle allocation failure in commands
Drew DeVault
2016-09-02
merge in latest commits
Zandr Martin
2016-09-01
refactor commands.c
Zandr Martin