re-enable apply

This commit is contained in:
Roberto Alsina 2020-02-01 15:56:05 -03:00
parent d18822a662
commit f065c99ff8

View File

@ -214,7 +214,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."""