Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
layout.c, now lt->arrange accesses are not possible anymore, arrange() is the super-arrange function which sets up all layouts
|
|
|
|
included in config.h resp. config.mk - this allows writing layouts for dwm without any need to patch existing code
|
|
for details
|
|
manage() time, not on any unban()
|
|
|
|
|
|
map/unmap them instead - PLEASE TEST THIS
|
|
|
|
|
|
|
|
done for dwm, updated -v as well
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(fullscreen mode)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
now - I can't think, it is a mess
|
|
|
|
sounds more correct) - English speakers convinced me
|
|
|
|
need atoi() in some places
|
|
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
|
|
those are not client-specific), moved toggleversatile() from layout.c to client.c (because those are client-specific)
|
|
Rule->isversatile
|
|
|
|
conventions and fits better the fish symbol) - also in man page
|
|
|