Skip to content

Commit c4068c8

Browse files
committed
push version to 1.5.1
1 parent 3c7412d commit c4068c8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/borders.1.scd

+6
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ API, thereby being faster than comparable tools.
4040
*hidpi=<boolean>*
4141
If set to _on_, the border will be drawn with retina resolution.
4242

43+
*ax_focus=<boolean>*
44+
If set to _on_, the (slower) accessibility API is used to resolve the
45+
focused window. Enabled automatically if the (parent) process has
46+
accessibility permissions. Improves compatibility with other tools
47+
modifying window properties on a system level (e.g. yabai).
48+
4349
*blacklist=<application_list>*
4450
The applications specified here are excluded from being bordered. For
4551
example, blacklist="Safari,kitty" excludes Safari and kitty from being

src/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#define MAJOR 1
1818
#define MINOR 5
19-
#define PATCH 0
19+
#define PATCH 1
2020

2121
pid_t g_pid;
2222
mach_port_t g_server_port;

0 commit comments

Comments
 (0)