summaryrefslogtreecommitdiff
path: root/move-to-next-monitor
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-03-02 20:55:05 -0500
committerB. Stack <bgstack15@gmail.com>2022-03-02 20:55:05 -0500
commit6877fabf14fb9e4db0e0c82bebe5e26dacd0b0d7 (patch)
treebec716ab0d61aa4eabe310864d6d45187b0c8ade /move-to-next-monitor
parentfix spec for move-to-next-mon (diff)
downloadstackrpms-6877fabf14fb9e4db0e0c82bebe5e26dacd0b0d7.tar.gz
stackrpms-6877fabf14fb9e4db0e0c82bebe5e26dacd0b0d7.tar.bz2
stackrpms-6877fabf14fb9e4db0e0c82bebe5e26dacd0b0d7.zip
fix %fi to %endif
Diffstat (limited to 'move-to-next-monitor')
-rw-r--r--move-to-next-monitor/move-to-next-monitor.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/move-to-next-monitor/move-to-next-monitor.spec b/move-to-next-monitor/move-to-next-monitor.spec
index 7615227..b668b20 100644
--- a/move-to-next-monitor/move-to-next-monitor.spec
+++ b/move-to-next-monitor/move-to-next-monitor.spec
@@ -39,7 +39,7 @@ Requires: xorg-x11-utils
%else
Requires: (xorg-x11-utils or ((xprop and xrandr) and xwininfo))
Requires: make
-%fi
+%endif
%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