shithub: wl

Download patch

ref: c9cda7cc314be6a4d3c357c9ff347d170a30056a
author: penny <penny@limitedideas.org>
date: Tue Jan 27 17:44:55 EST 2026

Initial commit

--- /dev/null
+++ b/bin/rc/wl
@@ -1,0 +1,3 @@
+#!/bin/rc
+
+rc < $home/lib/layouts/$1
--- /dev/null
+++ b/lib/layouts/app
@@ -1,0 +1,1 @@
+window -r 338 7 1612 1322 'label shell; rc'
--- /dev/null
+++ b/lib/layouts/deskterms
@@ -1,0 +1,3 @@
+window -r 356 10 1597 1228 rc
+window -r 356 10 1597 1228 rc
+window -r 351 1237 1598 1296 winwatch
--- /dev/null
+++ b/lib/layouts/desktop
@@ -1,0 +1,5 @@
+wl app
+window -r 338 7 1612 1322 hell
+window -r 6 1 303 705 winwatch
+wl workspace
+wl termw
--- /dev/null
+++ b/lib/layouts/snarflog
@@ -1,0 +1,1 @@
+window -r 2006 1326 3259 2271 'label snarflog; cat /dev/snarflog'
--- /dev/null
+++ b/lib/layouts/term
@@ -1,0 +1,1 @@
+window -r 2006 1326 3259 2271 rc
--- /dev/null
+++ b/lib/layouts/terms
@@ -1,0 +1,7 @@
+rio -i 'wl snarflog
+wl term
+wl term
+window -r 50 1345 300 2282 winwatch
+echo -n terms > /dev/label
+'
+
--- /dev/null
+++ b/lib/layouts/termw
@@ -1,0 +1,1 @@
+window -r 35 1320 1627 2291 'wl terms'
--- /dev/null
+++ b/lib/layouts/workspace
@@ -1,0 +1,1 @@
+window -r 1649 31 4061 2268 rc
--