-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
53 lines (40 loc) · 1.97 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Openbox
Copyright (C) 2004 Mikael Magnusson
Copyright (C) 2002 Dana Jansens
----
This software is OSI Certified Open Source Software.
OSI Certified is a certification mark of the Open Source Initiative.
----
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
See the COPYING file for a copy of the GNU General Public License.
----
Hi, I'm mzc and this is my fork of openbox.
The two main things I've done / am doing are:
-Areo snap (in the tiling branch). There are still some imprecisions in
the pointer location when unsnapping windows, but all in all it's pretty
much done.
For this some things in rc.xml are changed:
-Two new Actions are added, "Tile" and "Untile".
Tile take an argument "direction" which can be either one of the 8
cardinal directions, wither in full (Northwest, South) or abbreviated
(nw, s).
-In the mouse section, a new setting was added, "screenEdgeAction".
It can be set to None, Warp, or Snap. If not set, it defaults to Warp.
screenEdgeWarpTime was renamed to screenEdgeActionTime since it applies
to both Warping and Snapping.
-obxctl (in the eponymous branch). This is a command line program that lets
you execute actions openbox Actions form the command line, by piping them
to obxctl or reading them from a file. The Syntax for the XML is:
<obxctl>
<action name="Something">
OPTIONS
</action>
<action name="SomethingElse"/>
</obxctl>