sway: fix sm64ex syntax error

This commit is contained in:
2024-09-05 23:39:21 +00:00
parent 84a36d9ef8
commit 3934d9c5a5

View File

@@ -194,7 +194,7 @@ for_window [app_id="Celeste64|mpv"] {
fullscreen enable #< should be redundant with the rules for TV, but isn't for some reason fullscreen enable #< should be redundant with the rules for TV, but isn't for some reason
} }
for_window [class="sm64ex" { for_window [class="sm64ex"] {
move to output $out_projector move to output $out_projector
move to output $out_tv move to output $out_tv
} }