SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
36
x11/dunst/patches/patch-docs_dunst_5_pod
Normal file
36
x11/dunst/patches/patch-docs_dunst_5_pod
Normal file
|
@ -0,0 +1,36 @@
|
|||
Index: docs/dunst.5.pod
|
||||
--- docs/dunst.5.pod.orig
|
||||
+++ docs/dunst.5.pod
|
||||
@@ -409,7 +409,7 @@ Hide the count of stacked duplicate notifications.
|
||||
Show an indicator if a notification contains actions and/or open-able URLs. See
|
||||
ACTIONS below for further details.
|
||||
|
||||
-=item B<icon_path> (default: "/usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/")
|
||||
+=item B<icon_path> (default: "${PREFIX}/share/icons/gnome/16x16/status/:${PREFIX}/share/icons/gnome/16x16/devices/")
|
||||
|
||||
Can be set to a colon-separated list of paths to search for icons to use with
|
||||
notifications.
|
||||
@@ -423,7 +423,7 @@ replace this and will need new settings.
|
||||
Comma-separated of names of the the themes to use for looking up icons. This has
|
||||
to be the name of the directory in which the theme is located, not the
|
||||
human-friendly name of the theme. So for example, the theme B<Breeze Dark> is
|
||||
-located in F</usr/share/icons/breeze-dark>. In this case you have to set the
|
||||
+located in F<${PREFIX}/share/icons/breeze-dark>. In this case you have to set the
|
||||
theme to B<breeze-dark>.
|
||||
|
||||
The first theme in the list is the most important. Only if the icon cannot be
|
||||
@@ -461,12 +461,12 @@ Maximum number of notifications that will be kept in h
|
||||
is reached, older notifications will be deleted once a new one arrives. See
|
||||
HISTORY.
|
||||
|
||||
-=item B<dmenu> (default: "/usr/bin/dmenu -p dunst")
|
||||
+=item B<dmenu> (default: "${LOCALBASE}/bin/dmenu -p dunst")
|
||||
|
||||
The command that will be run when opening the context menu. Should be either
|
||||
a dmenu command or a dmenu-compatible menu.
|
||||
|
||||
-=item B<browser> (default: "/usr/bin/xdg-open")
|
||||
+=item B<browser> (default: "${LOCALBASE}/bin/xdg-open")
|
||||
|
||||
The command that will be run when opening a URL. The URL to be opened will be
|
||||
appended to the end of the value of this setting.
|
Loading…
Add table
Add a link
Reference in a new issue