mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-06 07:15:53 -04:00
修复滚动布局下的浮动窗口打开动画起始位置
This commit is contained in:
parent
1ed3b8021a
commit
66fd1e8af1
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
|
@ -3683,7 +3683,7 @@ int is_special_animaiton_rule(Client *c) {
|
|||
}
|
||||
}
|
||||
|
||||
if (strcmp(selmon->lt[selmon->sellt]->name , "scroller") == 0) {
|
||||
if (strcmp(selmon->lt[selmon->sellt]->name , "scroller") == 0 && !c->isfloating) {
|
||||
return DOWN;
|
||||
} else if (visible_client_number < 2 && !c->isfloating) {
|
||||
return DOWN;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue