mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
Added Awesome/Monad type "auto" layouts
This commit is contained in:
parent
6a1df17fb7
commit
97f7d47413
7 changed files with 372 additions and 113 deletions
|
|
@ -75,4 +75,7 @@ void swayc_log(log_importance_t verbosity, swayc_t *cont, const char* format, ..
|
|||
*/
|
||||
enum swayc_layouts default_layout(swayc_t *output);
|
||||
|
||||
inline bool is_auto_layout(enum swayc_layouts layout) {
|
||||
return (layout >= L_AUTO_LEFT) && (layout <= L_AUTO_BOTTOM);
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue