summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-02 12:04:59 -0600
committerJeff Carr <[email protected]>2025-03-02 12:04:59 -0600
commitf24c5098597922913f68d22960033318fb56ad1d (patch)
tree59688fdf77739482aba4ed6e9ff4991cc264924a /init.go
parenta000c069878d4a2403a5ed6e0795c1d0ad853ca3 (diff)
align 1st window. start libnotify
Diffstat (limited to 'init.go')
-rw-r--r--init.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.go b/init.go
index 4546b72..5fcf589 100644
--- a/init.go
+++ b/init.go
@@ -56,6 +56,8 @@ func initPlugin() {
//time.Sleep(200 * time.Millisecond)
log.CaptureMode(me.stdout)
+ // initial app window settings
+
// initial stdout window settings
me.stdout.w = 180
me.stdout.h = 40
@@ -289,7 +291,7 @@ func newWindowTrigger() {
time.Sleep(200 * time.Millisecond)
waitOK()
time.Sleep(200 * time.Millisecond)
- redoWindows(3, 3)
+ redoWindows(me.FirstWindowW, me.FirstWindowH)
me.firstWindowOk = true
if !me.stdout.init {
me.stdout.init = true