mirror of
https://github.com/vale981/bspwm
synced 2025-03-05 09:51:38 -05:00
parent
fcb53ac711
commit
8573b269a5
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ bool activate_desktop(monitor_t *m, desktop_t *d)
|
|||
}
|
||||
}
|
||||
|
||||
if (d == NULL) {
|
||||
if (d == NULL || d == m->desk) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue