aboutsummaryrefslogtreecommitdiff
path: root/config.h
AgeCommit message (Collapse)Author
2011-12-11implement togglepanel() function; to "hide" the panel on runtimeIvan Kanakarakis
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
2011-12-11use booleans on config - fix commentsIvan Kanakarakis
2011-12-10work on convenience; now rulesIvan Kanakarakis
2011-12-08fix quit() function segfaults; modify kill_client() send_kill_signal()Ivan Kanakarakis
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
2011-12-06enum modes; replace switch_<mode>() function with switch_mode(); export mode ↵Ivan Kanakarakis
selection on config
2011-12-02add Arg struct to all exposed functions; reformat configIvan Kanakarakis
2011-12-01minor changes - grouping of key funcsIvan Kanakarakis
2011-12-01clean up configIvan Kanakarakis
2011-11-28version bump ~ 2.1Ivan Kanakarakis
2011-11-28rename next_desktop to rotate_desktopIvan Kanakarakis
2011-11-28Code tidyingmoetunes
2011-11-27unify next_desktop and prev_desktop; export jump step on configIvan Kanakarakis
2011-11-27Mod1-Alt to change between current and previous visited desktopIvan Kanakarakis
2011-11-26add CLICK_TO_FOCUS option in config.hIvan Kanakarakis
2011-11-26Merge branch 'toplevel'Ivan Kanakarakis
Conflicts: src/README