mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-20 21:38:15 -04:00
opt: redo scroller and dwindle layout
This commit is contained in:
parent
cabafb2393
commit
d0c5b1ccdc
8 changed files with 1352 additions and 1081 deletions
|
|
@ -693,7 +693,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