summaryrefslogtreecommitdiff
path: root/data/rc.xml
AgeCommit message (Collapse)Author
2010-01-14allow app rules to match windows by their title when mappingDana Jansens
and save the title in the _OB_APP_TITLE property
2010-01-11Merge branch 'backport' into workDana Jansens
Conflicts: configure.ac data/rc.xml openbox/client.c openbox/event.c openbox/focus_cycle.c openbox/focus_cycle_popup.c openbox/openbox.c openbox/prop.c openbox/prop.h openbox/screen.c parser/parse.c version.h.in
2010-01-11Add _OB_VERSION and _OB_APP_ROLE/CLASS/NAME/TYPEDana Jansens
Add _OB_VERSION property on the root window. Change _OB_ROLE/CLASS/NAME to _OB_APP_*. Add _OB_APP_TYPE which has a string for the type chosen for the window on mapping by Openbox. Adjust the rc.xml to match these changes.
2010-01-10allow application rules to place transient/dialog/splash windows, and allow ↵Dana Jansens
application rules to match only on the role or type if you wish.
2010-01-08Merge branch 'backport' into workDana Jansens
Conflicts: Makefile.am openbox/actions/focus.c openbox/config.c openbox/event.c openbox/menuframe.c
2010-01-06Allow infinite delay for submenu show/hide by using a negative value.Dana Jansens
2010-01-06Some fixes for the submenu hide delay codeDana Jansens
When nothing in a menu is selected, go back to selecting the open submenu. Adjust the LeaveNotify event handling to only respond when there is not a EnterNotify coming for the same menu frame. Change the default submenu show/hide delays. Have the default values for submenu show/hide match the default rc.xml
2010-01-06improve submenu hide delayAlexey Korop
2009-12-21Merge branch 'backport' into workDana Jansens
2009-12-21make a config option for the inactive osd fontDana Jansens
2009-12-21Rename obprop to obxprop (Fixes bug #4419)Dana Jansens
Avoids collision with openbabel.
2009-12-17Add some directional focus bindings to the default config file.Dana Jansens
2009-12-14Merge branch 'backport' into workDana Jansens
2009-12-14In the applications section tell the user to use _OB_* properties for the ↵Dana Jansens
name/class/role, and refer to the still-non-existant obprop tool.
2009-12-11Merge branch 'backport' into workDana Jansens
Conflicts: openbox/config.c openbox/event.c openbox/prop.c openbox/prop.h openbox/screen.c openbox/screen.h
2009-12-09Add a primaryMonitor config option, where the focus-cycle and keychain ↵Dana Jansens
popups will appear
2009-12-09Make the default placement on the active monitor (Any is madness)Dana Jansens
2009-02-20Merge branch 'backport' into workMikael Magnusson
Conflicts: openbox/config.c
2009-02-20Fix per-app monitor settingMikael Magnusson
A couple of things were wrong, the parser added 1 to the value despite expecting the user to give values in the range of 1 to screen_num_monitors, rc.xml documented the values to start from 0 and finally the monitor value wasn't copied over at all when matching the client.
2008-10-27Merge branch 'backport' into workMikael Magnusson
Conflicts: openbox/client.c openbox/prop.c openbox/prop.h
2008-09-140 is the first monitor here, not 1.Mikael Magnusson
2008-02-14Merge branch 'backport' into workMikael Magnusson
Diffing against the old work branch where most of the changes in backport were cherry-picked from indicates this should be alright. (0de9097017d4d1991388a35e380a57dc1135b431)
2008-02-14let you match per-app settings based on the window typeDana Jansens
2008-02-07Merge branch 'backport' into workDana Jansens
Conflicts: openbox/config.c
2008-02-06add the position's force attribute to the default rc.xml and xsdDana Jansens
2008-02-04Add the manageDesktops option.Mikael Magnusson
2008-01-31Merge branch 'backport' into workDana Jansens
Conflicts: openbox/client.c openbox/config.c openbox/event.c openbox/extensions.c openbox/focus_cycle_indicator.c openbox/focus_cycle_popup.c openbox/menuframe.c openbox/moveresize.c openbox/openbox.c openbox/screen.c openbox/stacking.c openbox/startupnotify.c
2008-01-27Change <placeOn> to <monitor>.Mikael Magnusson
2008-01-27replace the <active> placement option with <placeOn>active/mouse/any</placeOn>Dana Jansens
2008-01-21Fix two typos in comments in rc.xmlMikael Magnusson
2008-01-19Merge branch 'backport'Dana Jansens
2008-01-11let you specify the resize popup to be in a fixed placeDana Jansens
2008-01-11add an <active> option for window placement, to try force new windows on the ↵Dana Jansens
active monitor (for xinerama)
2008-01-11focus the desktop window when you right click it, same as you focus other ↵Dana Jansens
windows
2007-08-04Merge branch 'backport'Dana Jansens
2007-08-04make the default time for the desktop notificatin 875msDana Jansens
2007-08-03show a popup notification when switching desktops (also make all the config ↵Dana Jansens
options export time in milliseconds not half milli half micro)
2007-07-31use clicks for mouse wheel, not press.Dana Jansens
2007-07-24smarter mouse wheel default actionsDana Jansens
2007-07-15update the default rc.xml with the new actions syntax and the rc.xsdDana Jansens
2007-07-10user-sepcified marginsDana Jansens
2007-07-10merge r7694 from 3.4-working (note you can use negative positions for ↵Mikael Magnusson
starting at the opposite edge)
2007-06-27merge r7664 from 3.4Dana Jansens
2007-06-23warp desktops when you hit the edge of the screen while moving a windowDana Jansens
2007-06-13add center option to placement sectionMikael Magnusson
2007-06-13dont unshade when clicking the titlebar.Dana Jansens
lower when rolling up, raise when rolling down with mouse wheel
2007-06-07back xml themes out of trunkMikael Magnusson
2007-06-04revert a committed typoDana Jansens
2007-06-04when undermouse is off, ignore enter events from windows lowering/raising ↵Dana Jansens
themsvelves (or from a pager restacking them)
2007-06-03add underMouse optionDana Jansens