2023-10-16 22:19:24 -04:00
|
|
|
#!/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
|
2023-10-18 13:14:08 -04:00
|
|
|
cat $home/lib/themes/rgb.theme >/dev/theme # apply RGB theme
|
2023-10-16 22:19:24 -04:00
|
|
|
wloc | awk -f $home/lib/scripts/build-windows.awk | rc
|