sway: fixed syntax error in window rules

This commit is contained in:
Aly Raffauf 2024-04-28 20:26:39 -04:00
parent bd7225cf46
commit 218c6d49a0

View file

@ -409,7 +409,7 @@
}; };
} }
{ {
command = "floating enable, resize set 70% 20%, sticky enable"; command = "floating enable; sticky toggle; resize 35% 10%";
criteria = { criteria = {
title = "^Picture-in-Picture$"; title = "^Picture-in-Picture$";
app_id = "firefox"; app_id = "firefox";