mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-06 13:29:53 -05:00
opt: not apply tagmon action in some case
This commit is contained in:
parent
2f713d3b27
commit
81b3aca9d8
1 changed files with 1 additions and 1 deletions
|
|
@ -5702,7 +5702,7 @@ void tagmon(const Arg *arg) {
|
||||||
|
|
||||||
m = dirtomon(arg->i);
|
m = dirtomon(arg->i);
|
||||||
|
|
||||||
if (!m)
|
if (!m || !m->wlr_output->enabled || m == c->mon)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
unsigned int newtags = arg->ui ? c->tags : 0;
|
unsigned int newtags = arg->ui ? c->tags : 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue