Skip to content

How to add float border colour

Bakkeby edited this page Feb 27, 2024 · 1 revision

The border colours, including window title colours, for floating windows are controlled via the SchemeFlexInaFloat and SchemeFlexSelFloat colour schemes.

These can be set using Xresources and in particular with the following resource strings:

dusk.norm.float.fg.color
dusk.norm.float.bg.color
dusk.norm.float.border.color
dusk.sel.float.fg.color
dusk.sel.float.bg.color
dusk.sel.float.border.color

The colour schemes are not explicitly included in the colors array in the default configuration, but these can be added if you prefer to have hardcoded default values for these colour schemes in the dusk configuration.

As-is the colours will default to that of the SchemeTitleNorm and SchemeTitleSel colour schemes respectively.

That should be all what is needed to enable different borders and window titles for floating windows.


Back to Guides.

Clone this wiki locally