diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2016-03-31 12:17:21 +0200 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2016-03-31 12:17:21 +0200 |
| commit | 704f6ab9a8e6d4dfe26173e5cc9a47a35788986e (patch) | |
| tree | 07a3e095719d9bfbd2206e17e33e4abade2bf86d /include/config.h | |
| parent | 180520c15b0468b9b6207794e690fb113b992cb2 (diff) | |
Add cmds new_window and new_float
Makes it possible to set default layout style for new windows and new
floating windows.
Close #556
Diffstat (limited to 'include/config.h')
| -rw-r--r-- | include/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 0ef8c5bf..d7e96e74 100644 --- a/include/config.h +++ b/include/config.h @@ -213,7 +213,9 @@ struct sway_config { const char *current_config; enum swayc_border_types border; + enum swayc_border_types floating_border; int border_thickness; + int floating_border_thickness; enum edge_border_types hide_edge_borders; // border colors |
