diff options
author | fgorter <fgorter@gmail.com> | 2022-02-25 08:52:56 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2022-02-25 08:52:56 -0300 |
commit | edcb5d3860b77b8df6995a17cbdcee75bca5ae70 (patch) | |
tree | 90bfbb4242834ef6a7f6c60a684e33166f7a980a /x11/gmrun/files/patch-config_gmrunrc | |
parent | mail/dma: Update to 0.13.20220128 (diff) |
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")
Diffstat (limited to 'x11/gmrun/files/patch-config_gmrunrc')
-rw-r--r-- | x11/gmrun/files/patch-config_gmrunrc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/gmrun/files/patch-config_gmrunrc b/x11/gmrun/files/patch-config_gmrunrc new file mode 100644 index 000000000000..fce12f75759a --- /dev/null +++ b/x11/gmrun/files/patch-config_gmrunrc @@ -0,0 +1,12 @@ +--- 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 |