summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-07-27 14:22:58 +0100
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-07-27 14:22:58 +0100
commitf68ec7323c44aa33f12934f0914ff5f0fa8d57eb (patch)
tree00a7294c0f3608b4478d45df06045028a1d001c9 /config.h
parent5075cf4dcb85383b6085589e9ca556e20d02b0d8 (diff)
warp cursor to next focused window after killing a window
Diffstat (limited to 'config.h')
-rwxr-xr-xconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index b596ee4..dc846bc 100755
--- a/config.h
+++ b/config.h
@@ -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 },