Bastien Dejean
ecc7a2ede4
Keep the *name* section straightforward
2013-09-10 11:17:54 +02:00
Bastien Dejean
f6eacc06e8
Add a --swap
option to the monitor
command
2013-09-09 22:27:27 +02:00
Bastien Dejean
f38f863d30
Handle the primary monitor
2013-09-09 15:25:26 +02:00
Bastien Dejean
387ece3688
Implement ICCCM's WM_TAKE_FOCUS behavior
...
Additionally, the `apply_shadow_property` was renamed to
`apply_floating_atom`.
2013-09-05 15:37:54 +02:00
Bastien Dejean
824ee423c9
Remove setting: wm_name
...
The above setting's purpose was to replace `wmname` but it appears that
it can't be done without violating the EWMH standards and creating bad
side effects.
2013-09-05 11:09:24 +02:00
Bastien Dejean
e2f085815a
Add index selector for desktops and monitors
2013-09-02 21:03:59 +02:00
Bastien Dejean
6cbd905520
Rotate the given edge, not the brother subtree
2013-08-28 12:56:04 +02:00
Bastien Dejean
111680a48b
Add a --rotate
option to the window
command
2013-08-27 23:48:50 +02:00
Bastien Dejean
518c33a151
Detail the default socket path
2013-08-18 21:21:11 +02:00
Bastien Dejean
8b48ff50a3
Add an option to rule -a
: --focus
2013-08-06 11:26:51 +02:00
Bastien Dejean
349abb230b
Version 0.8
2013-08-05 14:51:26 +02:00
Bastien Dejean
13629dbfd8
No logo
2013-07-31 18:52:02 +02:00
Bastien Dejean
302180deac
List the manual/automatic modifiers in WINDOW_SEL
2013-07-30 09:26:31 +02:00
Bastien Dejean
2f4c9e9fd4
New option for bspwm
: -c
...
In addition, the path of the default configuration file has changed.
2013-07-29 10:27:04 +02:00
Bastien Dejean
f77345e92c
Detail the ratio domain
2013-07-23 19:26:01 +02:00
Bastien Dejean
7606b0bb72
Add new selector modifiers: urgent
and nonurgent
2013-07-19 10:13:22 +02:00
Bastien Dejean
229c3515ba
Clarify the command syntax for adding rules
2013-07-16 16:51:17 +02:00
Bastien Dejean
e28581baf3
Show monitor padding information via query -T
2013-07-15 20:40:29 +02:00
Steven Allen
d892925e51
Document mode modifier.
2013-07-14 15:48:08 -04:00
Bastien Dejean
74deafbf77
Remove the *_padding settings
...
Setting and getting the monitor padding is now handled by the `-p`
option of the monitor command.
2013-07-14 21:29:30 +02:00
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
84ae1acab1
Fix small typo
2013-07-13 10:31:14 +02:00
Bastien Dejean
57d4f1b00a
Merge pull request #35 from Stebalien/expand-selector-documentation
...
Expand selector documentation
2013-07-13 01:25:32 -07:00
Bastien Dejean
86082e557d
Merge pull request #34 from Stebalien/fixup-control-flags
...
Remove `<file_path>` arguments from control flags.
2013-07-13 01:24:54 -07:00
Bastien Dejean
7073f88479
Remove setting: monitor_focus_fallback
...
“There's only one way to do it.”
And a window selection shall always return a node.
2013-07-13 09:32:38 +02:00
Steven Allen
fd8c22ab1d
Expand selector documentation.
...
Instead of simply listing selectors, describe how they work explicitly.
2013-07-12 23:04:50 -04:00
Steven Allen
474d344348
Expand single-use definitions
...
Replace all single-use documentation constants with their actual values.
This makes the documentation easier to follow (less cross-referencing).
2013-07-12 23:01:05 -04:00
Steven Allen
2187f67308
Remove <file_path>
arguments from control flags.
...
Neither `--adopt-orphans` nor `--put-status` should have arguments.
2013-07-12 20:36:09 -04: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
cd1656d9bc
Indicate emphasis via the apostrophe character
2013-07-05 14:23:44 +02:00
Bastien Dejean
16e73b6342
New setting: auto_cancel
2013-07-04 12:14:47 +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
3059978fc1
Add new contributor
2013-07-03 09:25:27 +02:00
Steven Allen
0e26278308
Document the fence_ratio RATIO argument
...
The documentation was missing the RATIO argument to fence_ratio.
2013-06-29 20:32:56 -04:00
Bastien Dejean
5af488498c
New setting: monitor_focus_fallback
2013-06-28 15:44:34 +02:00
Bastien Dejean
898187238f
New message: focus_monitor
2013-06-28 15:16:56 +02:00
Bastien Dejean
4e4d312ba5
New option for cancel
: --all
2013-06-27 19:25:55 +02:00
Bastien Dejean
d77f7e3370
Four hyphens is enough
2013-06-27 12:21:24 +02:00
Bastien Dejean
647d0a4354
Generate documentation via asciidoc
2013-06-26 21:50:01 +02:00