ports/x11/gmrun/files/patch-config_gmrunrc
fgorter edcb5d3860 x11/gmrun: Fix position on multihead
Add a patch to make gmrun to show on current desktop instead of a static
place to help people using it on multihead environment.

PR:		259115
Obtained from:	https://aur.archlinux.org/cgit/aur.git/tree/center-and-multihead.patch?h=gmrun-multihead
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2022-02-25 08:52:56 -03:00

12 lines
416 B
Text

--- config/gmrunrc.orig 2003-11-16 10:43:41 UTC
+++ config/gmrunrc
@@ -7,7 +7,8 @@ Terminal = gnome-terminal --start-factory-server --use
TermExec = ${Terminal} -e
AlwaysInTerm = ssh telnet ftp lynx mc vi vim pine centericq perldoc man
-# Set window geometry (except height)
+# Set window geometry (except height).
+# Top / Left = -1: Center dialog box in the current screen.
Width = 400
Top = 100
Left = 200