mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 15:51:54 -05:00
sway: fixed syntax error in window rules
This commit is contained in:
parent
bd7225cf46
commit
218c6d49a0
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue