mirror of
https://github.com/ralsina/xrandroll.git
synced 2024-11-22 02:52:23 +00:00
Apply for real
This commit is contained in:
parent
9970d18422
commit
abe53e47f7
2
main.py
2
main.py
@ -111,7 +111,7 @@ class Window(QObject):
|
|||||||
def do_apply(self):
|
def do_apply(self):
|
||||||
cli = gen_xrandr_from_data(self.xrandr_info)
|
cli = gen_xrandr_from_data(self.xrandr_info)
|
||||||
print(cli)
|
print(cli)
|
||||||
# subprocess.check_call(shlex.split(cli))
|
subprocess.check_call(shlex.split(cli))
|
||||||
|
|
||||||
def fill_ui(self):
|
def fill_ui(self):
|
||||||
"""Load data from xrandr and setup the whole thing."""
|
"""Load data from xrandr and setup the whole thing."""
|
||||||
|
Loading…
Reference in New Issue
Block a user