Updated floating term so it wasn't always on workspace 9

master
Reagan 6 years ago
parent 7f5bece3d8
commit 76aa17713f

@ -26,7 +26,7 @@ static const Rule rules[] = {
/* class instance title tags mask isfloating monitor */
{ "Nextcloud", NULL, NULL, 1 << 8, 1, -1 },
{ "Mullvad VPN", NULL, NULL, 1 << 8, 1, -1 },
{ "st", "floating", NULL, 1 << 8, 1, -1 },
{ "st", "floating", NULL, 1, 1, -1 },
};

Loading…
Cancel
Save