mirror of
https://github.com/swaywm/sway.git
synced 2025-11-18 06:59:48 -05:00
Initial implementation for floating_maximum_size
This commit is contained in:
parent
009eaccd42
commit
b692a6d31a
4 changed files with 65 additions and 7 deletions
|
|
@ -173,8 +173,8 @@ static void config_defaults(struct sway_config *config) {
|
|||
config->font_height = get_font_text_height(config->font);
|
||||
|
||||
// floating view
|
||||
config->floating_maximum_width = -1;
|
||||
config->floating_maximum_height = -1;
|
||||
config->floating_maximum_width = 0;
|
||||
config->floating_maximum_height = 0;
|
||||
config->floating_minimum_width = 75;
|
||||
config->floating_minimum_height = 50;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue