rename wm-force-floating to WM_FORCE_FLOATING

This commit is contained in:
Ray Elliott 2020-02-22 18:02:29 +00:00
parent dd8742456a
commit 06868285d3
2 changed files with 2 additions and 1 deletions

1
README
View File

@ -53,5 +53,6 @@ Customisations
------ ------
* Custom configuration of config.h * Custom configuration of config.h
* windows with title of 'WM_FORCE_FLOATING' are set to floating automatically.
* Merged patch: https://dwm.suckless.org/patches/bottomstack/dwm-bottomstack-6.1.diff * Merged patch: https://dwm.suckless.org/patches/bottomstack/dwm-bottomstack-6.1.diff
* Merged patch: https://dwm.suckless.org/patches/hide_vacant_tags/dwm-hide_vacant_tags-6.2.diff * Merged patch: https://dwm.suckless.org/patches/hide_vacant_tags/dwm-hide_vacant_tags-6.2.diff

View File

@ -32,7 +32,7 @@ static const Rule rules[] = {
{ "mpv", NULL, NULL, 0, 1, -1 }, { "mpv", NULL, NULL, 0, 1, -1 },
{ "st", NULL, "terminal-floating", { "st", NULL, "terminal-floating",
0, 1, -1 }, 0, 1, -1 },
{ NULL, NULL, "wm-force-floating", { NULL, NULL, "WM_FORCE_FLOATING",
0, 1, -1 }, 0, 1, -1 },
}; };