diff options
Diffstat (limited to 'move-to-next-monitor')
-rw-r--r-- | move-to-next-monitor/move-to-next-monitor.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/move-to-next-monitor/move-to-next-monitor.spec b/move-to-next-monitor/move-to-next-monitor.spec index 332b8b9..7615227 100644 --- a/move-to-next-monitor/move-to-next-monitor.spec +++ b/move-to-next-monitor/move-to-next-monitor.spec @@ -34,7 +34,12 @@ BuildRequires: coreutils Requires: python3 Requires: wmctrl Requires: xdotool +%if 0%{?rhel} == 7 +Requires: xorg-x11-utils +%else Requires: (xorg-x11-utils or ((xprop and xrandr) and xwininfo)) +Requires: make +%fi %description move-to-next-monitor is a small script that makes it easy for display managers without this native functionality to provide it. You can assign a shortcut key in the display manager settings to the script to use it. |