mirror of
https://github.com/swaywm/sway.git
synced 2026-04-23 06:46:27 -04:00
Add always_hide_tab command
Titles on tabbed and stacked windows will be hidden if always_hide_tab is set to 'yes'. With that stacked mode is similar to dwm monocle mode.
This commit is contained in:
parent
38020d157d
commit
52b1faff9a
8 changed files with 40 additions and 2 deletions
|
|
@ -104,6 +104,7 @@ sway_cmd cmd_exec_validate;
|
|||
sway_cmd cmd_exec_process;
|
||||
|
||||
sway_cmd cmd_assign;
|
||||
sway_cmd cmd_always_hide_tab;
|
||||
sway_cmd cmd_bar;
|
||||
sway_cmd cmd_bindcode;
|
||||
sway_cmd cmd_bindswitch;
|
||||
|
|
|
|||
|
|
@ -536,6 +536,7 @@ struct sway_config {
|
|||
enum edge_border_types hide_edge_borders;
|
||||
enum edge_border_smart_types hide_edge_borders_smart;
|
||||
bool hide_lone_tab;
|
||||
bool always_hide_tab;
|
||||
|
||||
// border colors
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue