summaryrefslogtreecommitdiff
path: root/move-to-next-monitor
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-03-02 20:41:56 -0500
committerB. Stack <bgstack15@gmail.com>2022-03-02 20:41:56 -0500
commitd7f6edb7e9fb5e79d1d55ae589efadecfe119a5c (patch)
tree4ecab532b9f4f781dfffc37deebb2828efbbdf0d /move-to-next-monitor
parentadd notepadpp 8.3 (diff)
downloadstackrpms-d7f6edb7e9fb5e79d1d55ae589efadecfe119a5c.tar.gz
stackrpms-d7f6edb7e9fb5e79d1d55ae589efadecfe119a5c.tar.bz2
stackrpms-d7f6edb7e9fb5e79d1d55ae589efadecfe119a5c.zip
fix spec for move-to-next-mon
Diffstat (limited to 'move-to-next-monitor')
-rw-r--r--move-to-next-monitor/move-to-next-monitor.spec5
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.
bgstack15