aboutsummaryrefslogtreecommitdiff
path: root/pkg/config
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/config')
-rw-r--r--pkg/config/config.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/config/config.go b/pkg/config/config.go
index b24a9e8..37dffcf 100644
--- a/pkg/config/config.go
+++ b/pkg/config/config.go
@@ -39,6 +39,7 @@ type Options struct {
InclImages *bool `yaml:"include-images"`
Disable *bool `yaml:"disable"`
IgnHash *bool `yaml:"ignore-hash"`
+ AlwaysNew *bool `yaml:"always-new"`
}
func (opt *Options) mergeFrom(other Options) {
@@ -51,6 +52,9 @@ func (opt *Options) mergeFrom(other Options) {
if opt.IgnHash == nil {
opt.IgnHash = other.IgnHash
}
+ if opt.AlwaysNew == nil {
+ opt.AlwaysNew = other.AlwaysNew
+ }
if opt.Disable == nil {
opt.Disable = other.Disable
}
@@ -66,6 +70,7 @@ func init() {
MinFreq: &one,
InclImages: &fal,
IgnHash: &fal,
+ AlwaysNew: &fal,
Disable: &fal,
}
}
er-highlight'> 2013-09-30Urxvt autotransform for <filename>:<line>.René 'Necoro' Neumann1-1/+4 2013-09-30Remove tabbed(x) from urxvt. We use i3 -- no need for it.René 'Necoro' Neumann1-9/+0 2013-09-30Do not display icon in urxvt. It's not supported by i3 anyway.René 'Necoro' Neumann1-1/+1 2013-09-29Remove wrong monitors lineRené 'Necoro' Neumann1-1/+0 2013-09-29Delete vimperator paste plugin -- seems not to work anymore with new FFRené 'Necoro' Neumann1-266/+0 versions. And it wasn't used anyway. 2013-09-29Use $HOST instead of Cauchiy in titleRené 'Necoro' Neumann1-1/+1 2013-09-24Remove herbstluftwmRené 'Necoro' Neumann1-1/+0 2013-09-24Conky changesRené 'Necoro' Neumann2-5/+13 2013-09-15Remove trailing slash from \~ulpRené 'Necoro' Neumann1-1/+1 2013-09-15Make cci explicitly use python2René 'Necoro' Neumann1-1/+1 2013-09-10Node/NPM preparationRené 'Necoro' Neumann3-1/+13