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
/
bind.c
Age
Commit message (
Expand
)
Author
2019-01-14
Remove now-unused "input" argument of cmd_results_new
M Stoeckl
2019-01-09
bind{code,sym}: utilize mouse button helpers
Brian Ashworth
2019-01-09
Simplify evdev includes on FreeBSD by relying on up-to-date package
Jan Beich
2019-01-09
cmd_bind: pass the seat to execute_command
Brian Ashworth
2018-12-25
Change mouse buttons to x11 map and libevdev names
Brian Ashworth
2018-12-09
list.c: rename free_flat_list to list_free_items_and_destroy
Ian Fan
2018-12-09
Cleanup list code
Ian Fan
2018-12-09
list.c: Remove list_foreach
Ian Fan
2018-12-02
Add option to bindsym/bindcode to suppress warning on override
Alex Maese
2018-11-28
Introduce a way to show config warnings in swaynag
Brian Ashworth
2018-11-27
Change execute_command to return a list of results
Brian Ashworth
2018-11-25
Replace _XOPEN_SOURCE with _POSIX_C_SOURCE
emersion
2018-10-23
commands: remove EXPECTED_MORE_THAN
Ian Fan
2018-10-18
cmd_bind{sym,code}: Implement per-device bindings
Brian Ashworth
2018-10-08
Reload config using idle event
Ryan Dwyer
2018-09-23
Allow running commands on containers without focusing them
Ryan Dwyer
2018-09-06
Fix management of bindings during reload
Ryan Dwyer
2018-09-04
Deny repeating reload by holding key
Ryan Dwyer
2018-09-01
Allow reload command to exist anywhere in the command string
Ryan Dwyer
2018-09-01
Fix crash on reload
Ryan Dwyer
2018-08-01
ipc: add binding event
Ian Fan
2018-07-23
Invoke mouse bindings
frsfnrrg
2018-07-23
Parse mouse binding options
frsfnrrg
2018-07-09
Update for swaywm/wlroots#1126
emersion
2018-06-12
Sort binding key lists
frsfnrrg
2018-06-01
Style fixes for bind.c
frsfnrrg
2018-06-01
Fix binding bindcode flag initialization
frsfnrrg
2018-06-01
Use XKB keycode numbering for bindcode
frsfnrrg
2018-06-01
Share common code between bindsym and bindcode commands
frsfnrrg
2018-05-27
Implement bindsym/bindcode --locked
frsfnrrg
2018-01-05
sway: change all sway_log to wlr_log
Dominique Martinet
2018-01-04
binding release
Tony Crisci
2017-12-29
fix nitpicks
Tony Crisci
2017-12-28
overwrite old bindings
Tony Crisci
2017-12-27
binding config
Tony Crisci
2017-11-18
Move everything to sway/old/
Drew DeVault
2017-07-10
fix use-after-free bug
Tobias Blass
2017-05-04
Add mouse button bindings
Josip Janzic
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