Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-10 | UnGNUify the codebase | Drew DeVault | |
2017-03-08 | fix workspace output assignment | Zandr Martin | |
2017-03-01 | Fix #1099: Allow spaces in worspace names | Calvin Lee | |
This commit allows unquoted spaces in worspace names in order to keep compatability with i3. The names _must not_ contain the string "output" which is documented in 'sway.5' because how sway detects the `move <workspace> output <output>` command. Also I documented that "number" may be used before the worspace name without affecting how the name is evaluated. | |||
2016-12-15 | Handle calloc failures | Drew DeVault | |
2016-09-25 | Implement default name for workspace command | Ryan Dwyer | |
This implements commands such as: workspace number 9: test If a workspace with the given number exists then it will be focused, otherwise a new workspace with the given name will be created. | |||
2016-09-02 | merge in latest commits | Zandr Martin | |
2016-09-01 | refactor commands.c | Zandr Martin | |