Seeker04 / plwm

An X11 window manager written in Prolog
MIT License
1 stars 0 forks source link

Separate border width for focused and unfocused windows #27

Closed Seeker04 closed 2 months ago

Seeker04 commented 7 months ago

The user should be able to define the window border widths for focused and unfocused windows separately.

A common usecase would probably be:

border_width(0).
border_width_focused(1).