mirror of
https://github.com/swaywm/sway.git
synced 2025-11-05 13:29:51 -05: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
|
|
@ -594,7 +594,7 @@ void container_update_representation(struct sway_container *con) {
|
|||
}
|
||||
|
||||
size_t container_titlebar_height(void) {
|
||||
return config->font_height + TITLEBAR_V_PADDING * 2;
|
||||
return config->font_height + config->titlebar_v_padding * 2;
|
||||
}
|
||||
|
||||
void container_init_floating(struct sway_container *con) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue