Fix syntax issue
This commit is contained in:
parent
40885303a1
commit
ce16c3cd7c
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ in
|
|||
assigns = {
|
||||
"1" = [{ app_id = "firefox"; }];
|
||||
"2" = [{ app_id = "Alacritty"; } { app_id = "foot"; }];
|
||||
"3" = [{ class = "Code"; }; {app_id = "emacs";}];
|
||||
"3" = [{ class = "Code"; } {app_id = "emacs";}];
|
||||
};
|
||||
bars = [ ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue