mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
ssd: allow hiding titlebar on maximization
<core disableMaximizedServerDecor="yes"> hides the titlebar when a window is maximized. Co-authored-by: @CosmicFusion
This commit is contained in:
parent
943f5751ee
commit
888dbedeed
6 changed files with 25 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ struct rcxml {
|
|||
|
||||
/* core */
|
||||
bool xdg_shell_server_side_deco;
|
||||
bool hide_maximized_window_titlebar;
|
||||
int gap;
|
||||
enum adaptive_sync_mode adaptive_sync;
|
||||
enum tearing_mode allow_tearing;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue