From abe53e47f79fc33d18e848a0082c02db7d6e872f Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Fri, 31 Jan 2020 20:58:19 -0300 Subject: [PATCH] Apply for real --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 0d6914f..7fb8ec9 100644 --- a/main.py +++ b/main.py @@ -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."""