summaryrefslogtreecommitdiff
path: root/dwl.c
diff options
context:
space:
mode:
authorchoc <notchoc@proton.me>2024-04-04 18:48:16 +0800
committerLeonardo Hernández Hernández <leohdz172@proton.me>2024-04-04 11:09:05 -0600
commit577d8da6d17dad5f847795582ebf813f3c5c04a7 (patch)
treeefd286ae4e2a297c0135629bc4a358865866adac /dwl.c
parentdd00d994ce4c53829d0b871622dc05e90a6f58c3 (diff)
put wlr_layer_shell top layer below fullscreen
fixes wlr_layer_shell top clients showing over fullscreen clients
Diffstat (limited to 'dwl.c')
-rw-r--r--dwl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwl.c b/dwl.c
index 39ce68c..bf763df 100644
--- a/dwl.c
+++ b/dwl.c
@@ -81,7 +81,7 @@
/* enums */
enum { CurNormal, CurPressed, CurMove, CurResize }; /* cursor */
enum { XDGShell, LayerShell, X11 }; /* client types */
-enum { LyrBg, LyrBottom, LyrTile, LyrFloat, LyrFS, LyrTop, LyrOverlay, LyrBlock, NUM_LAYERS }; /* scene layers */
+enum { LyrBg, LyrBottom, LyrTile, LyrFloat, LyrTop, LyrFS, LyrOverlay, LyrBlock, NUM_LAYERS }; /* scene layers */
#ifdef XWAYLAND
enum { NetWMWindowTypeDialog, NetWMWindowTypeSplash, NetWMWindowTypeToolbar,
NetWMWindowTypeUtility, NetLast }; /* EWMH atoms */