diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-07-27 14:22:58 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-07-27 14:22:58 +0100 |
| commit | f68ec7323c44aa33f12934f0914ff5f0fa8d57eb (patch) | |
| tree | 00a7294c0f3608b4478d45df06045028a1d001c9 /config.h | |
| parent | 5075cf4dcb85383b6085589e9ca556e20d02b0d8 (diff) | |
warp cursor to next focused window after killing a window
Diffstat (limited to 'config.h')
| -rwxr-xr-x | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ static const Rule rules[] = { { "qBittorrent", "qbittorrent", NULL, 0, 1, 0, 0, -1 }, { "St", "st", NULL, 0, 0, 1, 1, -1 }, { "stfloat", NULL, NULL, 0, 1, 1, 1, -1 }, + { "STARTER", NULL, NULL, 0, 1, 1, 1, -1 }, { "mpv", NULL, NULL, 0, 1, 0, 0, -1 }, { "Nsxiv", NULL, NULL, 0, 1, 0, 0, -1 }, { "scrcpy", NULL, NULL, 0, 1, 0, 0, -1 }, |
