5 lines
136 B
Plaintext
5 lines
136 B
Plaintext
|
#!/bin/rc
|
||
|
|
||
|
# This is an ugly hack to calculate the screen dimensions
|
||
|
window -minx 0 -maxx 0 -maxx 99999 -maxy 99999 -hide build-windows
|