diff options
-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'] |