mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-29 07:58:21 -04:00
opt: dont set border for fullscreen window when reload config
This commit is contained in:
parent
8708cb347f
commit
424adf8e11
1 changed files with 1 additions and 1 deletions
|
|
@ -2924,7 +2924,7 @@ void reapply_border(void) {
|
||||||
// reset border width when config change
|
// reset border width when config change
|
||||||
wl_list_for_each(c, &clients, link) {
|
wl_list_for_each(c, &clients, link) {
|
||||||
if (c && !c->iskilling) {
|
if (c && !c->iskilling) {
|
||||||
if (!c->isnoborder) {
|
if (!c->isnoborder && !c->isfullscreen) {
|
||||||
c->bw = borderpx;
|
c->bw = borderpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue