mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-30 13:14:45 -04:00
opt: allow floating window show group bar
This commit is contained in:
parent
0e3c64d221
commit
5e9a28ec79
2 changed files with 3 additions and 1 deletions
|
|
@ -115,6 +115,8 @@
|
|||
#define ISTILED(A) \
|
||||
(A && !(A)->isfloating && !(A)->isminimized && !(A)->iskilling && \
|
||||
!(A)->ismaximizescreen && !(A)->isfullscreen && !(A)->isunglobal)
|
||||
#define ISNORMAL(A) \
|
||||
(A && !(A)->isminimized && !(A)->iskilling && !(A)->isunglobal)
|
||||
#define ISSCROLLTILED(A) \
|
||||
(A && !(A)->isfloating && !(A)->isminimized && !(A)->iskilling && \
|
||||
!(A)->isunglobal)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue