change: remove width and height arg for toggle_name_scratchpad

This commit is contained in:
DreamMaoMao 2025-09-05 19:10:10 +08:00
parent ba24b3348c
commit cd4013a5e0
2 changed files with 1 additions and 5 deletions

View file

@ -1011,8 +1011,6 @@ void toggle_named_scratchpad(const Arg *arg) {
}
target_client->isnamedscratchpad = 1;
target_client->scratchpad_width = arg->ui;
target_client->scratchpad_height = arg->ui2;
apply_named_scratchpad(target_client);
}