diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-23 10:01:15 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-23 10:01:15 +0100 |
| commit | 7d3dc968b6183f51dc2594c80450372f0c8fb811 (patch) | |
| tree | 955b6be59884229125a63f070e16992dc5a79ca1 /dmenu-unmount | |
| parent | 20bbe3418e71556ff2d14623cbbf047c0bd55855 (diff) | |
| download | scripts-7d3dc968b6183f51dc2594c80450372f0c8fb811.tar.gz scripts-7d3dc968b6183f51dc2594c80450372f0c8fb811.zip | |
Changes for new laptop
Diffstat (limited to '')
| -rwxr-xr-x | dmenu-unmount | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dmenu-unmount b/dmenu-unmount index 8f7a27f..93c8186 100755 --- a/dmenu-unmount +++ b/dmenu-unmount | |||
| @@ -7,8 +7,7 @@ | |||
| 7 | # Example: dmenu-unmount -m slmenu -w echo | 7 | # Example: dmenu-unmount -m slmenu -w echo |
| 8 | 8 | ||
| 9 | menu=dmenu | 9 | menu=dmenu |
| 10 | #writeout=notify-send | 10 | writeout=${NOTIFY:-"notify push"} |
| 11 | writeout="notify push" | ||
| 12 | 11 | ||
| 13 | usage() { | 12 | usage() { |
| 14 | echo "Usage: dmenu-unmount [-m MENU] [-w WRITER]" | 13 | echo "Usage: dmenu-unmount [-m MENU] [-w WRITER]" |
