summaryrefslogtreecommitdiff
path: root/monitor-menu.py
diff options
context:
space:
mode:
Diffstat (limited to 'monitor-menu.py')
-rwxr-xr-xmonitor-menu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor-menu.py b/monitor-menu.py
index 748dd8b..f810f9c 100755
--- a/monitor-menu.py
+++ b/monitor-menu.py
@@ -57,7 +57,7 @@ class MonitorMenu():
xrandr_cmd.extend(monitor['xrandr-opts'])
if monitor.get('background') is not None:
- feh_cmd.append(monitor['background']);
+ feh_cmd.append(monitor['background'])
logging.debug("Executing: %s", xrandr_cmd)
subprocess.run(xrandr_cmd, check=False)