initial commit
This commit is contained in:
commit
4d4dde4924
|
@ -0,0 +1,8 @@
|
||||||
|
#!/bin/rc
|
||||||
|
|
||||||
|
# This script is an ugly hack that must be run within a
|
||||||
|
# maximised window to build the initial setup of my Plan9
|
||||||
|
# session.
|
||||||
|
|
||||||
|
label refwin
|
||||||
|
wloc | awk -f $home/lib/scripts/build-windows.awk | rc
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/rc
|
||||||
|
|
||||||
|
# This is an ugly hack to calculate the screen dimensions
|
||||||
|
window -minx 0 -maxx 0 -maxx 99999 -maxy 99999 -hide build-windows
|
Loading…
Reference in New Issue
Block a user