diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2016-03-29 14:40:25 +0200 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2016-03-29 14:40:25 +0200 |
| commit | ae73184a6ed59168aedbeb55a031bb8cad94926e (patch) | |
| tree | 6bbd50ee74217527285e7296c841f59ab6e1fdc8 /include/config.h | |
| parent | eeb6ff429181edccfe7ac34c2f1c1b7f3f27cba0 (diff) | |
Add border <none|normal|toggle|pixel> config
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 fe69e310..a35cfd0a 100644 --- a/include/config.h +++ b/include/config.h @@ -203,6 +203,8 @@ struct sway_config { list_t *config_chain; const char *current_config; + enum swayc_border_types border; + int border_thickness; enum edge_border_types hide_edge_borders; // border colors |
