[core/output] Implement autohide
Allow output to automatically hide widgets that are *not* in any critical mode
This commit is contained in:
parent
6975f179fc
commit
f2dc5f4b40
2 changed files with 6 additions and 0 deletions
|
@ -39,4 +39,7 @@ class Config(util.store.Store):
|
|||
def iconset(self):
|
||||
return self._args.iconset
|
||||
|
||||
def autohide(self, name):
|
||||
return name in self._args.autohide
|
||||
|
||||
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue