Add 'wm-restack = bspwm' to hide the bar on fullscreen applications

This commit is contained in:
Philip Henning 2018-01-15 11:46:51 +01:00
parent 2ae1645968
commit 4cbe1b6a2c

View file

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