Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

regexrules

Gean Marroquin edited this page Oct 12, 2023 · 2 revisions

Description

Allows the use of regular expressions for window rules "app_id" and "title"

static const Rule rules[] = {
    // ...
    { "kitty-htop",  NULL,       1 << 8,       0,           -1 },
    { "^kitty$",     NULL,       0,            0,           -1 },
    // ...
};

Download

Authors

Clone this wiki locally