doc update

This commit is contained in:
fdev31 2023-04-28 22:58:02 +02:00
parent ddbcd722f6
commit ac3ebf4d46
2 changed files with 11 additions and 2 deletions

View file

@ -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)