From 783afa7a450d4839efaf2474fb502a811b5a10bc Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Thu, 23 Dec 2021 14:26:04 +0100 Subject: Wrap long lines Signed-off-by: Olivier Gayot --- monitor-menu.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'monitor-menu.py') 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'] -- cgit v1.2.3