mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-02 09:01:43 -05:00
change: isopenscratchpad windowrule change name to isnamedscratchpad
This commit is contained in:
parent
64682c1bd4
commit
3a5cd857f0
3 changed files with 38 additions and 40 deletions
|
|
@ -24,7 +24,7 @@ void handle_foreign_activate_request(struct wl_listener *listener, void *data) {
|
|||
|
||||
if (c->isminied) {
|
||||
c->is_in_scratchpad = 0;
|
||||
c->isnamedscratchpand = 0;
|
||||
c->isnamedscratchpad = 0;
|
||||
c->is_scratchpad_show = 0;
|
||||
setborder_color(c);
|
||||
show_hide_client(c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue