summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go17
1 files changed, 9 insertions, 8 deletions
diff --git a/structs.go b/structs.go
index 9537b89..b19367d 100644
--- a/structs.go
+++ b/structs.go
@@ -78,14 +78,15 @@ type config struct {
stdout stdout // information for the STDOUT window
dropdown dropdown // the dropdown menu
textbox dropdown // the textbox popup window
- // clock dropdown // the textbox popup window
- notify libnotify // emulates the desktop libnotify menu
- allwin []*guiWidget // for tracking which window is next
- dark bool // use a 'dark' color palette
- mouse mouse // mouse settings
- showDebug bool // todo: move this into config struct
- debug bool // todo: move this into config struct
- starttime time.Time // checks how long it takes on startup
+ notify libnotify // emulates the desktop libnotify menu
+ allwin []*guiWidget // for tracking which window is next
+ dark bool // use a 'dark' color palette
+ mouse mouse // mouse settings
+ showDebug bool // todo: move this into config struct
+ debug bool // todo: move this into config struct
+ starttime time.Time // checks how long it takes on startup
+ winchW int // used to detect SIGWINCH
+ winchH int // used to detect SIGWINCH
}
// stuff controlling how the mouse works