mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -04:00
optimize: change ov mode tag bing to ~0
This commit is contained in:
parent
34cc01b120
commit
8e3fc9d51c
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
|
@ -2340,7 +2340,7 @@ void dwl_ipc_output_printstatus_to(DwlIpcOutput *ipc_output) {
|
|||
if ((monitor->tagset[monitor->seltags] & TAGMASK) == TAGMASK) {
|
||||
state = 0;
|
||||
state |= ZDWL_IPC_OUTPUT_V2_TAG_STATE_ACTIVE;
|
||||
zdwl_ipc_output_v2_send_tag(ipc_output->resource, 888, state, 1, 1);
|
||||
zdwl_ipc_output_v2_send_tag(ipc_output->resource, ~0, state, 1, 1);
|
||||
} else {
|
||||
for ( tag = 0 ; tag < LENGTH(tags); tag++) {
|
||||
numclients = state = focused_client = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue