mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-02-12 04:28:35 -05:00
fix: fix border color change when swithc mon focus
This commit is contained in:
parent
16296898ce
commit
d85f4375c8
4 changed files with 13 additions and 5 deletions
|
|
@ -202,7 +202,7 @@ int focusmon(const Arg *arg) {
|
|||
focusclient(c, 1);
|
||||
|
||||
if (old_selmon_sel) {
|
||||
setborder_color(old_selmon_sel);
|
||||
client_set_unfocused_opacity_animation(old_selmon_sel);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue