diff options
| author | Olivier Gayot <olivier.gayot@sigexec.com> | 2021-12-23 14:26:04 +0100 | 
|---|---|---|
| committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2021-12-23 14:26:04 +0100 | 
| commit | 783afa7a450d4839efaf2474fb502a811b5a10bc (patch) | |
| tree | 3398962cbe10bb75d79771d227f71d7c20855ba2 | |
| parent | 3285cbf1e9bdba7ea27215df7c194cd98a37767a (diff) | |
Wrap long lines
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
| -rwxr-xr-x | monitor-menu.py | 3 | 
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'] | 
