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
/
gaps.c
Age
Commit message (
Expand
)
Author
2021-07-22
Add `gaps <type> <scope> toggle <px>` command
bR3iN
2019-01-14
Remove now-unused "input" argument of cmd_results_new
M Stoeckl
2018-11-07
Implement per side and per direction outer gaps
Brian Ashworth
2018-11-04
gaps: Improve error reporting
mwenzkowski
2018-10-26
Deny several commands when there's no outputs connected
Ryan Dwyer
2018-10-13
fix_edge_gaps: Allow negative values for outer gaps.
Tarmack
2018-09-29
Don't allow negative gaps
Ryan Dwyer
2018-09-29
Make gaps implementation consistent with i3-gaps
Ryan Dwyer
2018-09-05
Implement type safe arguments and demote sway_container
Ryan Dwyer
2018-07-14
Simplify transactions by utilising a dirty flag on containers
Ryan Dwyer
2018-06-11
Merge remote-tracking branch 'upstream/master' into atomic
Ryan Dwyer
2018-06-09
Implement gaps (PR #2047)
Nate Symer
2017-11-18
Move everything to sway/old/
Drew DeVault
2017-03-10
UnGNUify the codebase
Drew DeVault
2016-09-02
merge in latest commits
Zandr Martin
2016-09-01
refactor commands.c
Zandr Martin