You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: completions/dunstctl.fishcomp
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -14,23 +14,25 @@ end
14
14
15
15
# commands
16
16
complete-c dunstctl -f-n__fish_use_subcommand-a action -d'Perform the default action, or open the context menu of the notification at the given position'
17
-
complete-c dunstctl -f-n__fish_use_subcommand-a close -d'Close the last notification'
18
-
complete-c dunstctl -f-n__fish_use_subcommand-a close-all -d'Close the all notifications'
17
+
complete-c dunstctl -f-n__fish_use_subcommand-a close -d'Close the last notification or optionally the notification with given ID'
18
+
complete-c dunstctl -f-n__fish_use_subcommand-a close-all -d'Close all the notifications'
0 commit comments