doc update
This commit is contained in:
parent
ddbcd722f6
commit
ac3ebf4d46
2 changed files with 11 additions and 2 deletions
|
@ -71,6 +71,6 @@ class Extension(Plugin):
|
|||
|
||||
configure_monitors(monitors, screenid, x, y)
|
||||
return
|
||||
default_command = self.config.get("noplacement")
|
||||
default_command = self.config.get("unknown")
|
||||
if default_command:
|
||||
subprocess.call(default_command, shell=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue