mirror of
https://github.com/swaywm/sway.git
synced 2026-04-27 06:46:25 -04:00
Adding commands for configuring titlebar borders and padding
This commit is contained in:
parent
77554f545e
commit
7555c7efdc
11 changed files with 133 additions and 41 deletions
|
|
@ -213,6 +213,10 @@ static void config_defaults(struct sway_config *config) {
|
|||
config->urgent_timeout = 500;
|
||||
config->popup_during_fullscreen = POPUP_SMART;
|
||||
|
||||
config->titlebar_border_thickness = 1;
|
||||
config->titlebar_h_padding = 5;
|
||||
config->titlebar_v_padding = 4;
|
||||
|
||||
// floating view
|
||||
config->floating_maximum_width = 0;
|
||||
config->floating_maximum_height = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue