mirror of
https://github.com/shokinn/.files.git
synced 2025-01-19 05:22:25 +00:00
Add 'wm-restack = bspwm' to hide the bar on fullscreen applications
This commit is contained in:
parent
2ae1645968
commit
4cbe1b6a2c
|
@ -35,6 +35,21 @@ light-white = #F7F7F7
|
||||||
; Define bar monitor
|
; Define bar monitor
|
||||||
monitor = "eDP-1"
|
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
|
; Enable support for inter-process messaging
|
||||||
; See the Messaging wiki page for more details.
|
; See the Messaging wiki page for more details.
|
||||||
enable-ipc = true
|
enable-ipc = true
|
||||||
|
@ -144,6 +159,21 @@ locale = de_DE.UTF-8
|
||||||
; Define bar monitor
|
; Define bar monitor
|
||||||
monitor = "eDP-1"
|
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
|
; Enable support for inter-process messaging
|
||||||
; See the Messaging wiki page for more details.
|
; See the Messaging wiki page for more details.
|
||||||
enable-ipc = true
|
enable-ipc = true
|
||||||
|
|
Loading…
Reference in a new issue