fix: fix border color change when swithc mon focus

This commit is contained in:
DreamMaoMao
2025-11-14 12:15:34 +08:00
parent 16296898ce
commit d85f4375c8
4 changed files with 13 additions and 5 deletions

View File

@@ -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;
}