diff options
| author | Jeff Carr <[email protected]> | 2024-02-13 09:18:04 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-13 09:18:04 -0600 |
| commit | 74ce202f73574c122f893e5cd601a39d31168648 (patch) | |
| tree | 3222f5bd5041c6bd16978dc62ee6b77a597f03d1 /structs.go | |
| parent | f5dc43b75b1f455d4bfa58fa572fc589e2890ffe (diff) | |
general updates
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -15,6 +15,9 @@ type autoType struct { autotypistWindow *gui.Node + // the window from the /lib/gui/gowit package + lw *gadgets.BasicWindow + reposwin *gadgets.BasicWindow reposbox *gui.Node reposgrid *gui.Node @@ -52,7 +55,7 @@ type autoType struct { scanEveryMinute *gui.Node // The current working directory - autoWorkingPwd *gadgets.OneLiner + // autoWorkingPwd *gadgets.OneLiner // what is being used as your home dir userHomePwd *gadgets.OneLiner |
