several changes, made togglemax extern and separated it from zoom() - moved zoom() and togglemax() into layout.c, changed void (*func)(Arg *) into void (*func)(Arg), changed default keybindings of focusnext/focusprev and incmasterw to h/j/k/l accordingly, made keys in config*h appear alphabetically (special keys first), renamed resizemaster into incmasterw, renamed MASTER into MASTERWIDTH
This commit is contained in:
parent
b3b58c08e4
commit
352cae4380
10 changed files with 188 additions and 187 deletions
2
main.c
2
main.c
|
@ -236,7 +236,7 @@ sendevent(Window w, Atom a, long value) {
|
|||
}
|
||||
|
||||
void
|
||||
quit(Arg *arg) {
|
||||
quit(Arg arg) {
|
||||
readin = running = False;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue