mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-02 01:40:16 -05:00
opt: use event mask to decide whether print ipc message
This commit is contained in:
parent
075d4979b6
commit
9196e2a50b
4 changed files with 205 additions and 96 deletions
|
|
@ -3255,6 +3255,6 @@ void reset_option(void) {
|
|||
int reload_config(const Arg *arg) {
|
||||
parse_config();
|
||||
reset_option();
|
||||
printstatus();
|
||||
printstatus(PRINT_ALL);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue