mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-17 06:59:52 -05:00
change: remove width and height arg for toggle_name_scratchpad
This commit is contained in:
parent
7d15562c6e
commit
6b5d5b0919
2 changed files with 1 additions and 5 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue