initial commit
This commit is contained in:
8
build-windows
Executable file
8
build-windows
Executable file
@@ -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
|
||||||
4
riostart-custom
Executable file
4
riostart-custom
Executable file
@@ -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
|
||||||
Reference in New Issue
Block a user