summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Gayot <olivier.gayot@sigexec.com>2021-12-23 14:26:04 +0100
committerOlivier Gayot <olivier.gayot@sigexec.com>2021-12-23 14:26:04 +0100
commit783afa7a450d4839efaf2474fb502a811b5a10bc (patch)
tree3398962cbe10bb75d79771d227f71d7c20855ba2
parent3285cbf1e9bdba7ea27215df7c194cd98a37767a (diff)
Wrap long lines
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
-rwxr-xr-xmonitor-menu.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/monitor-menu.py b/monitor-menu.py
index 64a6753..b422fcc 100755
--- a/monitor-menu.py
+++ b/monitor-menu.py
@@ -43,7 +43,8 @@ class MonitorMenu():
profile = self.profiles[int(profile_idx)]
- # We build the command line starting from just "xrandr" and adding arguments.
+ # We build the command line starting from just "xrandr" and adding
+ # arguments.
xrandr_cmd = ['xrandr']
feh_cmd = ['feh', '--bg-fill']