diff options
| author | Romain Gonçalves <me@rgoncalves.se> | 2025-03-31 13:09:38 +0200 |
|---|---|---|
| committer | Romain Gonçalves <me@rgoncalves.se> | 2025-03-31 13:10:08 +0200 |
| commit | 5f68f406041bca42601ad0c8cb518b1de0579fab (patch) | |
| tree | d2c5234b074900cd0034531e5b05397aff2383fe | |
| parent | 733490f375800d08c9c84252c1566a1b2c91e155 (diff) | |
| download | dwm-trunk.tar.gz | |
| -rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ static const Rule rules[] = { /* class instance title tags mask isfloating monitor */ { "Gimp", NULL, NULL, 0, 1, -1 }, { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, + { "Alacritty-float", NULL, NULL, 0, 1, -1 }, }; /* layout(s) */ |