~cassaundra/bspwm

Update README
Add separate border colors for marked nodes

Add marked_border_color and focused_marked_border_color, making it easier to
tell which nodes are currently marked.
Document fork changes
18a3c47d — Loic Coyle 3 years ago
add pointer_motion_interval_resize to completions/docs
b2e3ce4e — Loic Coyle 3 years ago
Add new setting: pointer_motion_interval_resize
527864d8 — Connor-GH 2 years ago
Remove non-needed Zero initializer

Closes #1404.
79464766 — Jade Lovelace 3 years ago
Allow escaping colons in rule tokenization

Fix #1071.
Closes #1351.
Closes #1330.
b20d3fb4 — Abraham Raji 2 years ago
Update info for Debian

Closes #1408.
679d56ef — virchau13 2 years ago
Add --print-socket-path option

Closes #1367.
d1aaed5c — Emanuele Torre 2 years ago
Avoid unnecessary relayouts for unchanged values

Closes #1415.
05ee5f90 — Emanuele Torre 2 years ago
Always return 1 when execvp() fails

bspwm uses execvp() to replace itself with a new instance in response to
"wm -r", and exits with the return value of execvp() if it fails.

execvp() only returns when it fails; and, when it returns, it always
returns -1 which is not a valid exit code (it is treated as 255: &0xff).

The return value of execvp() is not really meaningful; let's just exit
with `1' if execvp() fails.

Closes #1393.
d8a62155 — Emanuele Torre 2 years ago
Refocus the focused window when receiving a FOCUS_IN event for root

Closes #1378
Fixes #1160
Fix windows sometimes not appearing

Fixes #935.
b0b8f865 — Emanuele Torre 3 years ago
Don't include pointer events in the node mask
5c1ef92b — Emanuele Torre 3 years ago
Allow cycling the splitting type of a node
e22d0fad — Bastien Dejean 3 years ago
The insertion point might be NULL

Fixes #1306.
25f2cd17 — Bastien Dejean 3 years ago
Allow setting a node's splitting type

Closes #1291.
e21ab5b5 — Bastien Dejean 3 years ago
Emit subscriber life cycle events for receptacles
6fadfdb6 — Bastien Dejean 3 years ago
Don't remove non-receptacles in `kill_node`

Fixes #1268.
91a6c0f3 — Bastien Dejean 3 years ago
Handle sticky nodes in `swap_desktops`

Fixes #1298.
Next
Do not follow this link