diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-06-19 10:09:47 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-06-19 10:09:47 +0200 |
| commit | c5d101ab2c9db3b1a001cb56953cb90b24f8fdcf (patch) | |
| tree | 1286eccbd051723e443c26b43e739007ee53dc06 /dmenu-unmount | |
| parent | 2c065927ff405b2d8b2eec6fc1fbee9c4f93e0a8 (diff) | |
| download | scripts-c5d101ab2c9db3b1a001cb56953cb90b24f8fdcf.tar.gz scripts-c5d101ab2c9db3b1a001cb56953cb90b24f8fdcf.zip | |
Added notify
Diffstat (limited to '')
| -rwxr-xr-x | dmenu-unmount | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dmenu-unmount b/dmenu-unmount index 57f0c41..2771ecc 100755 --- a/dmenu-unmount +++ b/dmenu-unmount | |||
| @@ -6,7 +6,8 @@ | |||
| 6 | # Requires: udevil, dmenu (or similar), notify-send or similar (optional) | 6 | # Requires: udevil, dmenu (or similar), notify-send or similar (optional) |
| 7 | 7 | ||
| 8 | menu=dmenu | 8 | menu=dmenu |
| 9 | writeout=herbe | 9 | #writeout=notify-send |
| 10 | writeout="notify push" | ||
| 10 | 11 | ||
| 11 | while getopts "m:w:" opt; do | 12 | while getopts "m:w:" opt; do |
| 12 | case "$opt" in | 13 | case "$opt" in |
