mirror of
https://github.com/swaywm/sway.git
synced 2026-04-24 06:46:22 -04:00
sway: add titlebar_height option
This commit is contained in:
parent
4cdc4ac63a
commit
9e2511f913
8 changed files with 50 additions and 6 deletions
|
|
@ -188,6 +188,7 @@ sway_cmd cmd_title_align;
|
|||
sway_cmd cmd_title_format;
|
||||
sway_cmd cmd_titlebar_border_thickness;
|
||||
sway_cmd cmd_titlebar_padding;
|
||||
sway_cmd cmd_titlebar_height;
|
||||
sway_cmd cmd_unbindcode;
|
||||
sway_cmd cmd_unbindswitch;
|
||||
sway_cmd cmd_unbindsym;
|
||||
|
|
|
|||
|
|
@ -492,6 +492,7 @@ struct sway_config {
|
|||
int titlebar_border_thickness;
|
||||
int titlebar_h_padding;
|
||||
int titlebar_v_padding;
|
||||
int titlebar_height;
|
||||
size_t urgent_timeout;
|
||||
enum sway_fowa focus_on_window_activation;
|
||||
enum sway_popup_during_fullscreen popup_during_fullscreen;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue