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:
shtayerc 2021-10-31 14:16:14 +01:00
parent 38020d157d
commit 52b1faff9a
8 changed files with 40 additions and 2 deletions

View file

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

View file

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