From 41c867c1b33486b1e22e06fa8f924d5523d8fc69 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 28 Jun 2021 10:19:15 +0200 Subject: [PATCH] i3: titelleiste --- i3/config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/i3/config b/i3/config index 19b3d27..e419975 100644 --- a/i3/config +++ b/i3/config @@ -182,9 +182,13 @@ mode "resize" { bindsym $mod+r mode "resize" +# keine Fensterrahmen wenn nur ein Fenster angezeigt wird +hide_edge_borders smart + +for_window [class=".*"] border pixel 1 # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) -# auskommntiert weil polybar verwendet wird +# auskommentiert weil polybar verwendet wird #bar { # status_command i3status #}