]> git.lizzy.rs Git - bspwm.git/history - monitor.c
Use default sxhkd config path in DM session
[bspwm.git] / monitor.c
2013-11-28 Bastien DejeanHandle clients outside of every monitors
2013-11-12 Bastien DejeanMerge branch 'remove-disabled'
2013-11-10 Bastien DejeanNew setting: remove_disabled_monitor
2013-10-27 Steven Allen Handle partially off-screen windows.
2013-10-27 Bastien DejeanMerge translate_position and translate_client
2013-10-26 Bastien DejeanMerge pull request #81 from Stebalien/relative-position
2013-10-26 Steven AllenRelatively translate floating clients to the correct...
2013-10-23 Bastien DejeanNew setting: fit_monitor
2013-10-20 Bastien DejeanConsolidate fit_monitor
2013-10-20 Bastien DejeanSimplify fit_monitor
2013-10-19 Bastien DejeanRevert "Initially center floating windows on their...
2013-10-19 Bastien DejeanInitially center floating windows on their monitor
2013-10-08 Bastien DejeanAdd copyright header
2013-10-08 Bastien DejeanAdd the older/newer selectors to all the objects
2013-10-06 Bastien DejeanMake sticky windows stick to their monitor
2013-10-05 Bastien DejeanImplement tags
2013-10-02 Bastien DejeanUse consistent function names
2013-10-01 Bastien DejeanHistory is global and stacking is independent
2013-09-26 Bastien DejeanDon't remove connected monitors
2013-09-26 Bastien DejeanRemove unused variable
2013-09-26 Bastien DejeanDon't merge two overlapping known monitors
2013-09-24 Bastien DejeanInitialize desk_{head,tail} in `make_monitor`
2013-09-24 Bastien DejeanAdd desktops to new monitors before anything else
2013-09-22 Bastien DejeanMake focus_follows_pointer work on empty desktops
2013-09-21 Bastien DejeanFix truncated monitor name
2013-09-21 Bastien DejeanMerge overlapping monitors
2013-09-21 Bastien DejeanMake sure strings are null-terminated
2013-09-20 Bastien DejeanMove a few functions from tree to desktop/monitor
2013-09-19 Bastien DejeanRemove a few useless header inclusion via deheader
2013-09-19 Bastien DejeanSplit types.c into {monitor,desktop,history}.c