mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -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 = {
|
||||
title = "^Picture-in-Picture$";
|
||||
app_id = "firefox";
|
||||
|
|
Loading…
Reference in a new issue