mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-07 13:29:59 -05:00
opt: optimize layer convert in maxmizescreen and fullscreen
This commit is contained in:
parent
077981c67c
commit
ba65b03443
2 changed files with 17 additions and 15 deletions
|
|
@ -1015,6 +1015,8 @@ void togglemaxmizescreen(const Arg *arg) {
|
|||
setmaxmizescreen(sel, 0);
|
||||
else
|
||||
setmaxmizescreen(sel, 1);
|
||||
|
||||
setborder_color(sel);
|
||||
}
|
||||
void toggleoverlay(const Arg *arg) {
|
||||
if (!selmon->sel || !selmon->sel->mon || selmon->sel->isfullscreen) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue