mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Add border <none|normal|toggle|pixel> config
This commit is contained in:
parent
86ea79ea6d
commit
3b05f92f76
5 changed files with 69 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue