diff --git a/Home.md b/Home.md index 5ba7baf..5d56967 100644 --- a/Home.md +++ b/Home.md @@ -288,6 +288,8 @@ Update both sway and wlroots and then try again. Look through [known issues](htt Use the `default_border` command in your config. `default_border normal` shows title bars, whereas `none` and `pixel` do not. The `border` command operates on the currently focused window only. `default_border` is a setting, `border` is an action. +Note that `default_border` only affects new windows. Even after reloading sway, you will need to close and re-open any windows you do not wish to see the title bar on. + ### Where are my tray icons? Initial tray icon support for swaybar was merged with [#3249](https://github.com/swaywm/sway/pull/3249) pull request. Missing features are tracked in [#3799](https://github.com/swaywm/sway/issues/3799).