← all projects

focus-border

Small app that focuses the border of the active window.
repo

Focus Border

Focus Border is a small background app for X11 desktops. It polls the active window and draws a transparent, click-through border around it so the focused window is easier to spot.

Requirements

Run

python3 focus_border.py

Useful flags:

Example:

python3 focus_border.py --color 00b894 --thickness 6 --radius 14

Start At Login

Install the desktop entry into your autostart folder:

python3 focus_border.py --install-autostart

That copies io.github.sander.FocusBorder.desktop into ~/.config/autostart/.

Notes