Skip to content

Commit 384d2c4

Browse files
Radutombettany
authored andcommitted
Fixed an issue with launching in windowed mode instead
The fix comes from an old script written specifically for Overworld to launch the app in fullscreen with. I cannot understand why I did not add that line to the main binary instead to fix this for everyone at that time. With this change, the game should now launch in fullscreen mode from anywhere in the OS.
1 parent a0f85ce commit 384d2c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/make-snake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ function kanotracker {
1515
}
1616
trap kanotracker EXIT
1717

18+
wmctrl -r "Make Snake" -b toggle,maximized_vert,maximized_horz
1819

1920
dir="/usr/share/make-snake"
2021

0 commit comments

Comments
 (0)