From a60af4990a7b0621d3471e9a5d56f58e4e523afe Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 26 Sep 2023 20:36:30 +0000 Subject: [PATCH] sway: hide window bar when only one window on workspace --- hosts/modules/gui/sway/sway-config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/modules/gui/sway/sway-config b/hosts/modules/gui/sway/sway-config index 404a9ca7..f2c08fc0 100644 --- a/hosts/modules/gui/sway/sway-config +++ b/hosts/modules/gui/sway/sway-config @@ -35,7 +35,8 @@ client.urgent #ff8080 #ff8080 #ffffff output '*' bg "@background@" fill ### pixel boundary between windows -hide_edge_borders smart +# hide_edge_borders --i3 means that single-window workspaces never show window bar +hide_edge_borders --i3 smart default_border pixel 1 titlebar_border_thickness 1 # XX YY distance from edge of window title to edge of text