mirror of
https://github.com/ralsina/xrandroll.git
synced 2024-11-22 02:52:23 +00:00
re-enable apply
This commit is contained in:
parent
d18822a662
commit
f065c99ff8
2
main.py
2
main.py
@ -214,7 +214,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