| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
exec
|
|
togglepanel() doesn't really hide the panel
togglepanel() actually resizes the windows to ignore the panel height thus overriding it
when no windows are visible the panel is there, which is kind of a feature
|
|
git stash
|
|
|
|
config.h.def -> config.def.h
update to match current state of code
update readme to reference config.def.h
also minor corrections for readme
|
|
|
|
|
|
|
|
which is not supported
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rename remove_window to removeclient
fix logic - no need to loop
fix calls to remove_window->removeclient
to pass the client as argument, not the window
|
|
|
|
fix kill_client
rename kill_client to killclient
fix send_kill_signal
rename send_kill_signal to deletewindow
introduce cleanup
configure exit value on config file
|
|
|
|
|
|
|
|
selection on config
|
|
|
|
other running wm; some formatting fixtures
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|