Commit graph

84 commits

Author SHA1 Message Date
Bastien Dejean
64cde67dc2 Remove setting: focus_by_distance
The removal is motivated by the following example:

+-------+-------+
|       |       |
|       |   b   |
|       |       |
|       |_______|
|   a   |       |
|   *   |   c   |
|       |       |
|       |_______|
|       |       |
|       |   d   |
|       |       |
+-------+-------+

Bellow is a summary of the number of steps required to reach *b*, *c* and *d* with *a* as a starting point with the associated mean and variance:

focus_by_distance         steps           mean         variance
---------------------------------------------------------------
  false                   1, 2, 3           2            2/3
  true                    2, 1, 2          5/3           2/9
2013-07-13 22:23:13 +02:00
Bastien Dejean
8da257e2e8 Finish updating examples for the new syntax 2013-07-12 23:02:39 +02:00
Bastien Dejean
8fd8521322 Rewrite message handling
The new message syntax:
- Provides 10 commands instead of 60.
- Allows multiple actions to be applied in one call.

The client now returns an non zero exit code when a message fails.

The `is_adjacent` function now handles vacant nodes.
2013-07-12 21:52:02 +02:00
Bastien Dejean
714fb8d504 Remove message: ungrab_pointer
The above message was only needed for ending the `move` pointer action
on a floating window. It rendered the `move` pointer action finicky
because the floating rectangle of the floating windows was not updated
in real time.
2013-07-04 11:04:28 +02:00
Bastien Dejean
5f9ec3bae0 Refresh example sxhkdrc 2013-06-28 13:42:22 +02:00
Bastien Dejean
a523700fdf Rename textwidth to txtw 2013-06-26 13:28:33 +02:00
Bastien Dejean
e794bfdc51 Revert bogus push/pull factorisation 2013-06-24 16:36:59 +02:00
Bastien Dejean
7fb314a3d4 Use empty sequence element in example sxhkdrc 2013-06-23 15:21:09 +02:00
Bastien Dejean
05081fe0cd Refresh and simplify examples 2013-06-18 20:40:13 +02:00
Bastien Dejean
886d5e8095 Fix bar panel example 2013-05-29 15:00:18 +02:00
Bastien Dejean
5676458548 New message: 'restore_history'
In addition, the message previously known as 'restore' is now called
'restore_layout'.
2013-05-08 15:10:09 +02:00
Bastien Dejean
978f655c7e Bash completion: first cut 2013-05-06 14:52:18 +02:00
Bastien Dejean
e58b0735df Update examples in relation to clock 2013-04-12 11:46:20 +02:00
Bastien Dejean
ad999831e8 Fix *sxhkdrc* example *vim* comment 2013-04-09 10:35:20 +02:00
Bastien Dejean
bcb25fa297 Initiate the call to put_status 2013-04-08 19:31:49 +02:00
Bastien Dejean
5091792863 Update panel examples
- Mirror the changes made in the `put_status`.
- Add pointer bindings to each elements (via dzen2's `^ca()` syntax).
2013-04-08 19:08:52 +02:00
Bastien Dejean
8fbf8d5378 Only crop the center section from the right 2013-04-06 11:39:58 +02:00
Bastien Dejean
a524451fec Use ASCII chars for the layout indicator 2013-04-03 18:56:09 +02:00
Bastien Dejean
355f0ae607 Make use of the status prefix in the examples 2013-04-02 19:50:32 +02:00
Bastien Dejean
39bbbebd61 Also change the path 2013-04-01 14:26:29 +02:00
Bastien Dejean
bccc951295 Cosmetic changes 2013-04-01 14:07:08 +02:00
Bastien Dejean
7eb210e009 Add dzen2 panel example 2013-04-01 13:33:30 +02:00
Bastien Dejean
f14c6136e3 Add overlapping borders example 2013-03-27 13:54:23 +01:00
Bastien Dejean
e41e78e3ee Take the default border width from rio 2013-03-26 13:00:57 +01:00
Bastien Dejean
b9bef1eb64 Simplify autostart example 2013-03-20 11:13:52 +01:00
Bastien Dejean
a63125bec0 Encourage the use of pam 2013-03-18 21:02:37 +01:00
Bastien Dejean
09f96321af Add looping examples 2013-03-18 11:30:41 +01:00
Bastien Dejean
25b21321d3 Remove trailing spaces 2013-03-16 19:20:20 +01:00
Bastien Dejean
bd6877370c Clarify and expand the configuration documentation 2013-03-16 12:29:24 +01:00
Bastien Dejean
5c0acca0c0 Don't add unnecessary dependencies 2012-12-27 22:37:16 +01:00
Bastien Dejean
cc06609f74 Add example panel 2012-12-19 15:50:42 +01:00
Bastien Dejean
3c52a8f055 Removed obsolete examples 2012-09-10 13:51:22 +02:00
baskerville
8f920ecabb slight restructuration 2012-08-04 21:24:47 +02:00
baskerville
d7e5683d04 allocate memory for strings 2012-08-01 12:25:18 +02:00