made bar togglalble

This commit is contained in:
Anselm R. Garbe
2007-05-15 12:09:18 +02:00
parent d96307cbe4
commit 2aef8b9b4c
5 changed files with 47 additions and 18 deletions

View File

@ -216,6 +216,12 @@ setlayout(const char *arg) {
drawstatus();
}
void
togglebar(const char *arg) {
bpos = (bpos == BarOff) ? BARPOS : BarOff;
updatebarpos();
}
void
togglemax(const char *arg) {
XEvent ev;