mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-01 21:37:35 -04:00
opt: redo scroller and dwindle layout
This commit is contained in:
parent
bccdb5d4c5
commit
d347649f33
8 changed files with 1352 additions and 1081 deletions
|
|
@ -672,7 +672,6 @@ uint32_t parse_mod(const char *mod_str) {
|
|||
}
|
||||
}
|
||||
} else {
|
||||
// 完整的 modifier 检查(保留原始所有检查项)
|
||||
if (!strcmp(token, "super") || !strcmp(token, "super_l") ||
|
||||
!strcmp(token, "super_r")) {
|
||||
mod |= WLR_MODIFIER_LOGO;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue