diff options
| author | Jeff Carr <[email protected]> | 2025-03-02 12:04:59 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-02 12:04:59 -0600 |
| commit | f24c5098597922913f68d22960033318fb56ad1d (patch) | |
| tree | 59688fdf77739482aba4ed6e9ff4991cc264924a /init.go | |
| parent | a000c069878d4a2403a5ed6e0795c1d0ad853ca3 (diff) | |
align 1st window. start libnotify
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
