1
0
mirror of git://git.suckless.org/dwm synced 2025-07-26 09:42:11 -07:00

bar shows if currently is tiled (Mod1-space) or floating (Mod1-Shift-space) mode

This commit is contained in:
Anselm R. Garbe
2006-07-14 18:55:50 +02:00
parent 59b4a5e4ca
commit 54775e0b3e
2 changed files with 7 additions and 1 deletions

View File

@@ -120,6 +120,7 @@ floating(Arg *arg)
focus(sel);
}
}
draw_bar();
}
void
@@ -176,6 +177,7 @@ tiling(Arg *arg)
focus(sel);
}
}
draw_bar();
}
void