From f065c99ff8436d096347e67c26211dfa95803d48 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Sat, 1 Feb 2020 15:56:05 -0300 Subject: [PATCH] re-enable apply --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 7c41d59..cfa1344 100644 --- a/main.py +++ b/main.py @@ -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."""