shithub: da

Download patch

ref: 3de441d073ce1ea4d1d6f16c11f6dc788726c605
parent: c96c874eca8322ef04ff2e092a6af2ed387fd2a9
author: glenda <glenda@krsna>
date: Tue Aug 19 19:09:05 EDT 2025

fix-script

--- a/glenda.rc
+++ b/glenda.rc
@@ -1,9 +1,9 @@
 #!/bin/rc
 
 # Configuration
-CTL_FILE=/usr/glenda/da/da.ctl
-ORIGIN_X=800
-ORIGIN_Y=300
+CTL_FILE=/tmp/da.ctl
+ORIGIN_X=100
+ORIGIN_Y=100
 BOX_SIZE=16  # default box size from config
 DELAY=.1   
 fn placebox {
--