summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 2cda697..c89698a 100644
--- a/structs.go
+++ b/structs.go
@@ -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