commit 4d4dde492412f7126034ec54de60e59527c36745 Author: jlamothe Date: Tue Oct 17 02:19:24 2023 +0000 initial commit diff --git a/build-windows b/build-windows new file mode 100755 index 0000000..a14a8cb --- /dev/null +++ b/build-windows @@ -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 diff --git a/comwin b/comwin new file mode 100755 index 0000000..6b97ba0 --- /dev/null +++ b/comwin @@ -0,0 +1,3 @@ +#!/bin/rc +label commode +com diff --git a/ddg b/ddg new file mode 100755 index 0000000..18a42ff --- /dev/null +++ b/ddg @@ -0,0 +1,2 @@ +#!/bin/rc +mothra https://lite.duckduckgo.com diff --git a/riostart-custom b/riostart-custom new file mode 100755 index 0000000..7d0fb64 --- /dev/null +++ b/riostart-custom @@ -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 diff --git a/termwin b/termwin new file mode 100755 index 0000000..3286e38 --- /dev/null +++ b/termwin @@ -0,0 +1,3 @@ +#!/bin/rc +label terminal +rc