mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
Only call put_status
when needed
This commit is contained in:
parent
ad999831e8
commit
3581ba51d8
1 changed files with 0 additions and 2 deletions
2
tree.c
2
tree.c
|
@ -455,7 +455,6 @@ void focus_node(monitor_t *m, desktop_t *d, node_t *n, bool is_mapped)
|
|||
}
|
||||
|
||||
ewmh_update_active_window();
|
||||
put_status();
|
||||
}
|
||||
|
||||
void update_current(void)
|
||||
|
@ -464,7 +463,6 @@ void update_current(void)
|
|||
ewmh_update_active_window();
|
||||
else
|
||||
focus_node(mon, mon->desk, mon->desk->focus, true);
|
||||
put_status();
|
||||
}
|
||||
|
||||
void unlink_node(desktop_t *d, node_t *n)
|
||||
|
|
Loading…
Add table
Reference in a new issue