summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2009-12-18Add a focus option, unfocusOnLeave that removes focus from a window when the ↵Dana Jansens
pointer leaves it This uses the same delay to unfocus as is used for focusing on enter
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-10Run Openbox with gnome-session the proper way, without using the deprecated ↵Dana Jansens
gnome-wm. See https://bugzilla.gnome.org/show_bug.cgi?id=555406#c5 Hopefully this continues to work for a while.
2009-12-10Add an openbox.desktop file for the applications/ directoryDana Jansens
This is for gnome-session to start Openbox correctly as the window manager See the commit log for http://cvs.fedoraproject.org/viewvc/devel/openbox/openbox.desktop?revision=1.3&view=markup
2009-12-10Don't need 2 exit actions in the default menu now, they both would do the ↵Dana Jansens
same thing
2009-12-10Remove desktop hints since Openbox won't overwrite them, but they may be set ↵Dana Jansens
from GDM or other sessions
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-12-09Use test -r instead of test -e for solaris. Fixes bug #4253.Dana Jansens
2009-12-08Make openbox-gnome-session work with gnome-session > 2.22Dana Jansens
2009-09-20Merge branch 'backport' into workMikael Magnusson
2009-09-20Respect $XDG_CONFIG_HOME in openbox-sessionPiotr Lewandowski
2009-09-19Merge branch 'backport' into workMikael Magnusson
Conflicts: openbox/actions/desktop.c openbox/client.c openbox/event.c openbox/extensions.c openbox/popup.c openbox/screen.c parser/parse.c
2009-04-15Make at least the default configs validateMikael Magnusson
More things need to be case insensitive and whatnot.
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-03-03Merge branch 'backport' into workMikael Magnusson
Conflicts: openbox/session.c
2008-03-03add xfce-settings-show to the default menuDana Jansens
2008-03-02Merge branch 'backport' into workDana Jansens
2008-03-02be consistent with logout vs log out useDana Jansens
2008-03-02Merge branch 'backport' into workDana Jansens
Conflicts: openbox/actions/all.h openbox/event.c openbox/prompt.c
2008-03-02add cups manager to the default menuDana Jansens
2008-03-02add SessionLogout to the default menu, add a system submenu with common ↵Dana Jansens
configuration tools in it (obconf, g-control-center, kcontrol)
2008-03-01Merge branch 'backport' into workDana Jansens
2008-03-01fix the menu's command for urxvtDana Jansens
2008-02-29Merge branch 'backport' into workMikael Magnusson
Conflicts: openbox/client.c openbox/screen.c
2008-02-28make a nicer default menu with a lot of common apps in itDana Jansens
2008-02-27Merge branch 'backport' into workDana Jansens
2008-02-27make the xdg-autostart script get installed to PREFIX/lib/openbox, and make ↵Dana Jansens
the autostart.sh script look for it there.
2008-02-27Merge branch 'backport' into workMikael Magnusson
Conflicts: openbox/client.c openbox/event.c openbox/event.h
2008-02-26add xce-mcs-manager to the autostart.sh - run it if gsd is not foundDana Jansens
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-11apparently gnome has hidden gnome-settings-daemon in libexec, so put that in ↵Dana Jansens
the autostart.sh
2008-02-11missing >/dev/null for a which statementDana Jansens
2008-02-09Merge branch 'backport'Dana Jansens
2008-02-09make an xdg-autostart script. it is very fancy.Dana 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-25add SessionManaged to the gnome wm-props.desktop thinger like metacity has ↵Dana Jansens
in its
2008-01-21Fix two typos in comments in rc.xmlMikael Magnusson