mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 01:20:31 -04:00
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")
12 lines
416 B
Text
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
|