Apply for real

This commit is contained in:
Roberto Alsina 2020-01-31 20:58:19 -03:00
parent 9970d18422
commit abe53e47f7
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class Window(QObject):
def do_apply(self):
cli = gen_xrandr_from_data(self.xrandr_info)
print(cli)
# subprocess.check_call(shlex.split(cli))
subprocess.check_call(shlex.split(cli))
def fill_ui(self):
"""Load data from xrandr and setup the whole thing."""