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
/
layout.c
Age
Commit message (
Expand
)
Author
2017-03-10
UnGNUify the codebase
Drew DeVault
2017-01-14
replaced "bot" with "bottom" in auto layout commands
wil
2017-01-08
reworked "layout auto*" star commands
wil
2017-01-08
Indent cleanups
wil
2017-01-01
[fix] cleanups suggested by Sway community
wil
2017-01-01
changed "layout promote" command to "move first"
wil
2016-12-31
[fix] cycle auto layouts backwards
wil
2016-12-29
cleanup in auto layouts
wil
2016-12-29
introduce next/prev as a direction for focus/move commands.
wil
2016-12-29
Added "layout incnmaster|incncol" commands
wil
2016-12-29
Added Awesome/Monad type "auto" layouts
wil
2016-12-04
fix layout switching (was broken because of workspace_layout)
D.B
2016-12-04
add workspace_layout to container
D.B
2016-11-06
change default layout toggle to L_HORIZ
D.B
2016-10-12
Revert "Fixes dealing with workspace_layout and related bugs [rfc]"
Drew DeVault
2016-10-11
add workspace_layout, ensure ws is always L_HORIZ
D.B
2016-09-02
merge in latest commits
Zandr Martin
2016-09-01
refactor commands.c
Zandr Martin