From 53664b1a4b62adcd744685c703c5050baaa02a08 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 7 May 2024 20:20:20 +0200 Subject: new opts --- src/c_lhosts.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/c_lhosts.go') diff --git a/src/c_lhosts.go b/src/c_lhosts.go index 301a618..41964bd 100644 --- a/src/c_lhosts.go +++ b/src/c_lhosts.go @@ -92,6 +92,8 @@ type HostNode struct { Width uint16 `yaml:"width,omitempty"` Height uint16 `yaml:"height,omitempty"` Dynamic bool `yaml:"dynamic,omitempty"` + FullScr bool `yaml:"fullscr,omitempty"` + MultiMon bool `yaml:"multimon,omitempty"` Note string `yaml:"note,omitempty"` Drive map[string]string `yaml:"drive,omitempty"` Silent bool `yaml:"silent,omitempty"` -- cgit v1.2.3