summaryrefslogtreecommitdiffstats
path: root/textw/xconfig_text.py
diff options
context:
space:
mode:
Diffstat (limited to 'textw/xconfig_text.py')
-rw-r--r--textw/xconfig_text.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/textw/xconfig_text.py b/textw/xconfig_text.py
index 25571fa9c..4796c87ff 100644
--- a/textw/xconfig_text.py
+++ b/textw/xconfig_text.py
@@ -497,8 +497,8 @@ class MonitorWindow:
selMonitor = self.monitor.lookupMonitorByName(selMonitorName)
if selMonitor:
- self.monitor.setSpecs(selMonitor[2],
- selMonitor[3],
+ self.monitor.setSpecs(selMonitor[3],
+ selMonitor[2],
id=selMonitor[0],
name=selMonitor[0])