change: isopenscratchpad windowrule change name to isnamedscratchpad

This commit is contained in:
DreamMaoMao 2025-07-06 14:02:26 +08:00
parent 64682c1bd4
commit 3a5cd857f0
3 changed files with 38 additions and 40 deletions

View file

@ -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);