Adding commands for configuring titlebar borders and padding

This commit is contained in:
Florent de Lamotte 2018-11-17 20:06:48 +01:00
parent 77554f545e
commit 7555c7efdc
11 changed files with 133 additions and 41 deletions

View file

@ -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;