8
8
9
9
## Table of Contents
10
10
11
- * [ Features] ( #features )
12
- * [ Building] ( #building )
13
- * [ Contributing] ( #contributing )
14
- * [ Documentation] ( #documentation )
15
- * [ Troubleshooting] ( #troubleshooting )
16
- * [ Copyright] ( #copyright )
11
+ - [ Features] ( #features )
12
+ - [ Building] ( #building )
13
+ - [ Contributing] ( #contributing )
14
+ - [ Documentation] ( #documentation )
15
+ - [ Troubleshooting] ( #troubleshooting )
16
+ - [ Copyright] ( #copyright )
17
17
18
18
# Features
19
19
@@ -56,8 +56,8 @@ If you want to take a break and not receive any notifications for a while, just
56
56
pause dunst. All notifications will be saved for you to catch up
57
57
later.
58
58
59
- Additionally, you can set a numeric pause level, which allows you to pause dunst
60
- selectively for some notifications, where more urgent notifications get through,
59
+ Additionally, you can set a numeric pause level, which allows you to pause dunst
60
+ selectively for some notifications, where more urgent notifications get through,
61
61
but less urgent stay paused.
62
62
63
63
## 🕘 History
@@ -112,6 +112,9 @@ sudo make install
112
112
- ` PREFIX=<PATH> ` : Set the prefix of the installation. (Default: ` /usr/local ` )
113
113
- ` BINDIR=<PATH> ` : Set the ` dunst ` executable's path (Default: ` ${PREFIX}/bin ` )
114
114
- ` DATADIR=<PATH> ` : Set the path for shared files. (Default: ` ${PREFIX}/share ` )
115
+ - ` BASHCOMPLETIONDIR=<PATH> ` : Set the path for installation of bash completion files. (Default: ` ${DATADIR}/bash-completion/completions ` )
116
+ - ` FISHCOMPLETIONDIR=<PATH> ` : Set the path for installation of fish completion files. (Default: ` ${DATADIR}/fish/vendor_completions.d ` )
117
+ - ` ZSHCOMPLETIONDIR=<PATH> ` : Set the path for installation of zsh completion files. (Default: ` ${DATADIR}/zsh/site-functions ` )
115
118
- ` SYSCONFDIR=<PATH> ` : Set the base directory for system config files. (Default: ` ${PREFIX}/etc/xdg ` )
116
119
- ` SYSCONFFILE=<PATH> ` : Set the absolute path to which the default dunstrc shall be installed. (Default: ` ${SYSCONFDIR}/dunst/dunstrc ` )
117
120
- ` SYSCONF_FORCE_NEW=(0|1) ` : Overwrite existing ` ${SYSCONFFILE} ` . (Default: 0 (don't overwrite))
@@ -120,6 +123,7 @@ sudo make install
120
123
- ` WAYLAND=(0|1) ` : Disable/Enable wayland support. (Default: 1 (enabled))
121
124
- ` X11=(0|1) ` : Disable/Enable X11 support. (Default: 1 (enabled))
122
125
- ` DUNSTIFY=(0|1) ` : Disable/Enable the libnotify dunstctl utility. (Default: 1 (enabled))
126
+ - ` COMPLETIONS=(0|1) ` : Disable/Enable installation of shell completions. (Default: 1 (enabled))
123
127
- ` SERVICEDIR_SYSTEMD=<PATH> ` : The path to put the systemd user service file. Unused, if ` SYSTEMD=0 ` . (Default: ` ${PREFIX}/lib/systemd/user ` )
124
128
- ` SERVICEDIR_DBUS=<PATH> ` : The path to put the dbus service file. (Default: ` ${DATADIR}/dbus-1/services ` )
125
129
- ` EXTRA_CFLAGS=<FLAGS> ` : Additional flags for the compiler.
197
201
198
202
Copyright 2013 Sascha Kruse and contributors (see [ ` LICENSE ` ] ( ./LICENSE ) for licensing information)
199
203
200
- [ issue-tracker ] : https://github.com/dunst-project/dunst/issues
204
+ [ issue-tracker ] : https://github.com/dunst-project/dunst/issues
201
205
[ wiki ] : https://github.com/dunst-project/dunst/wiki
202
206
[ website ] : https://dunst-project.org
203
207
[ FAQ ] : https://dunst-project.org/faq
0 commit comments