Mikael Magnusson
e048751f91
add center option to placement section
2007-06-13 17:08:32 +00:00
Dana Jansens
3a08c1854f
dont unshade when clicking the titlebar.
...
lower when rolling up, raise when rolling down with mouse wheel
2007-06-13 04:28:16 +00:00
Mikael Magnusson
96bb892054
back xml themes out of trunk
2007-06-07 23:46:28 +00:00
Dana Jansens
c5ad44a307
revert a committed typo
2007-06-04 01:58:02 +00:00
Dana Jansens
1e5d8ce0a8
when undermouse is off, ignore enter events from windows lowering/raising themsvelves (or from a pager restacking them)
2007-06-04 01:57:11 +00:00
Dana Jansens
03931180fc
add underMouse option
2007-06-03 19:23:02 +00:00
Dana Jansens
fba24cf073
make the default drag threshold 8px
2007-06-01 01:56:46 +00:00
Dana Jansens
ddfddc15e3
document the focus options
2007-05-27 22:55:06 +00:00
Dana Jansens
ca8924a5a0
let you unfocus/lower stuff in press actions. it'll be okay
2007-05-26 22:15:52 +00:00
Dana Jansens
4e8e48fe7f
don't unfocus in press actions
2007-05-26 21:39:27 +00:00
Dana Jansens
1fcbb41d05
remove activate action from the config file, so things are more explicit. dont unshade on click for things that can move the window. don't unshade on right clicks on the titlebar
2007-05-25 21:16:34 +00:00
Dana Jansens
6c8b7c1e6d
add C-A-Up/Down mouse bindings, for consistency with the C-A-arrow key bindings!
2007-05-25 19:10:47 +00:00
Mikael Magnusson
1ca83752a8
titleNumber disappeared a while ago
2007-05-25 09:29:35 +00:00
Dana Jansens
cec4b9df2e
mention that the desktop stuff are default values only
2007-05-23 04:33:09 +00:00
Dana Jansens
a4b4e61a02
better idea, don't set the desktop names in the default rc. and lets translate the string in openbox. ha ha. this way everyone gets translated names by default.
2007-05-23 04:23:55 +00:00
Dana Jansens
b04186cf2a
make the default desktop names match the auto generated ones, and numbers are the universal language anyways
2007-05-23 04:22:38 +00:00
Dana Jansens
0b7b5e3b93
update the desktops comment to tell you to use obconf to set the desktop number/names without having to log out/in
2007-05-23 04:19:41 +00:00
Dana Jansens
2867aba1ae
dont have xml comments inside comments for the per-app example
2007-05-22 21:52:48 +00:00
Dana Jansens
a16f1374ee
comment out the applications example
2007-05-22 20:52:42 +00:00
Dana Jansens
fd8ce9414a
use simple pattern matching for per-app settings. all rules that match are applied to a window rather than just the first
2007-05-21 03:42:25 +00:00
Dana Jansens
813d5c2ec9
add a root context that only applies to the root window. it fallsback to the desktop context, so desktop stuff applies to it too.
2007-05-19 22:07:15 +00:00
Dana Jansens
b26635fe99
add Left and Right contexts for resizing
2007-05-19 21:39:40 +00:00
Dana Jansens
6f936115b1
fix desktop bindings. thank you prim.
2007-05-16 00:28:51 +00:00
Dana Jansens
d5a25d78f8
small change to the default rc
2007-05-13 22:28:07 +00:00
Dana Jansens
82432ae4d0
typo in the default config
2007-05-13 21:47:27 +00:00
Dana Jansens
8fd052ff44
a new default config file.. it's very click to focusy. will make an example for mouse focus people.
2007-05-13 21:44:35 +00:00
Dana Jansens
7a39cb3e8d
no strut for docks that autohide
2007-05-13 21:06:23 +00:00
Dana Jansens
1a23a1bb8b
point to the right schema
2007-05-12 19:10:19 +00:00
Dana Jansens
bd82becb48
text cleanup
2007-05-12 18:58:38 +00:00
Dana Jansens
811fa21940
remove the edges_hit_layers_below option. don't use windows in other layers for resistance
2007-05-12 18:56:56 +00:00
Dana Jansens
5812a81c18
use the combined client list by default
2007-05-12 18:50:19 +00:00
Dana Jansens
2ff10b4260
relocate the xsd's so they don't clash, and point to the right places
2007-05-12 18:18:25 +00:00
Dana Jansens
5eba6007e7
change the "handle" context to "bottom". add a "top" context. make the top
...
and bottom contexts resize vertically in the default config file.
2007-05-12 17:54:55 +00:00
Dana Jansens
06181f9cc4
make the handle resize by default, and give the handle the resize south cursor
2007-05-12 17:32:10 +00:00
Dana Jansens
7d27d9d398
kill the .in's for xml. we're not installing the xsd to the filesystem anymore anyways.
...
kill the openbox-kde and openbox-gnome, we're going to have to do it different.
put the full path to the openbox binary in the openbox-*-session files by using .in's
2007-05-10 03:12:44 +00:00
Dana Jansens
86fa7c0966
add the schemas to the distribution
2003-09-19 19:17:26 +00:00
Dana Jansens
88b8398342
add the MoveResize context, which is used while doing a move/resize on a window. Actions bound in this context can be executed with the mouse during a move/resize on a window.
2003-09-17 06:44:04 +00:00
Dana Jansens
bf9c87db48
default to "TheBear"
2003-09-16 04:52:00 +00:00
Dana Jansens
92a6b897a0
remove focusLast and focusLastOnDesktop
2003-09-15 07:47:05 +00:00
Dana Jansens
58e7af84b9
oops missed a capitalization
2003-09-08 16:55:43 +00:00
Dana Jansens
46e0be4ed7
capitalize mouse actions
2003-09-08 01:33:13 +00:00
Dana Jansens
78282959f9
little bit of an actions overhaul, added action_run* so that duplicated code can all be in the same place now woot.
...
allow actions to specify when they can be used (ShowMenu cant in the OB_USER_ACTION_MENU_SELECTION case)
remove KeyboardMove ad KeyboardResize. Instead, just use Move and Resize and determine if it should be a keyboard move/resize in the code
2003-09-07 19:03:20 +00:00
Dana Jansens
3682b4ec40
turn off focusDelay by default
2003-09-04 02:36:05 +00:00
Dana Jansens
e2b79a0b59
add default A-space binding for the client menu
2003-09-03 09:36:32 +00:00
Dana Jansens
418095b48e
add the focusDelay option
2003-09-03 08:12:07 +00:00
Dana Jansens
7f114f3ab7
add focus the desktop on left click binding
2003-09-03 07:40:39 +00:00
Dana Jansens
eb603bf118
rename the theme name node from 'theme' to 'name'
2003-09-03 07:17:20 +00:00
Dana Jansens
a89c5d69a4
fix capitalization and empty tags. cleanup.
2003-09-03 07:15:25 +00:00
Dana Jansens
0bc8246976
remove obsolete placement/remember option
2003-09-03 06:34:12 +00:00
Dana Jansens
5a44164be9
make the default screen-edge resistance 20 (double what it is for windows)
2003-09-03 05:44:28 +00:00
Dana Jansens
67f9061a7a
move the default menu to menu.xml
2003-09-02 17:46:37 +00:00
Dana Jansens
cf40ff8791
move rc3 to rc.xml
2003-09-01 17:01:21 +00:00