made bar togglalble
This commit is contained in:
parent
d96307cbe4
commit
2aef8b9b4c
5 changed files with 47 additions and 18 deletions
6
layout.c
6
layout.c
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue