From 4cbe1b6a2c2709260410f636cbd1b3e2c9fee4dd Mon Sep 17 00:00:00 2001 From: Philip Henning Date: Mon, 15 Jan 2018 11:46:51 +0100 Subject: [PATCH] Add 'wm-restack = bspwm' to hide the bar on fullscreen applications --- dotfiles/config/polybar/config | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/dotfiles/config/polybar/config b/dotfiles/config/polybar/config index a282d3f..3874fdf 100644 --- a/dotfiles/config/polybar/config +++ b/dotfiles/config/polybar/config @@ -35,6 +35,21 @@ light-white = #F7F7F7 ; Define bar monitor monitor = "eDP-1" +; Tell the Window Manager not to configure the window. +; Use this to detach the bar if your WM is locking its size/position. +override-redirect = false + +; Restack the bar window and put it above the +; selected window manager's root +; +; Fixes the issue where the bar is being drawn +; on top of fullscreen window's +; +; Currently supported WM's: +; bspwm +; i3 (requires: `override-redirect = true`) +wm-restack = bspwm + ; Enable support for inter-process messaging ; See the Messaging wiki page for more details. enable-ipc = true @@ -144,6 +159,21 @@ locale = de_DE.UTF-8 ; Define bar monitor monitor = "eDP-1" +; Tell the Window Manager not to configure the window. +; Use this to detach the bar if your WM is locking its size/position. +override-redirect = false + +; Restack the bar window and put it above the +; selected window manager's root +; +; Fixes the issue where the bar is being drawn +; on top of fullscreen window's +; +; Currently supported WM's: +; bspwm +; i3 (requires: `override-redirect = true`) +wm-restack = bspwm + ; Enable support for inter-process messaging ; See the Messaging wiki page for more details. enable-ipc = true