1
1
=head1 NAME
2
2
3
- dunstctl - Command line control utility for dunst, a customizable and lightweight notification-daemon
3
+ dunstctl - Command line control utility for dunst, a customizable and
4
+ lightweight notification-daemon
4
5
5
6
=head1 SYNOPSIS
6
7
@@ -34,13 +35,25 @@ currently open notifications.
34
35
Returns the number of displayed, shown and waiting notifications. If no argument
35
36
is provided, everything will be printed.
36
37
38
+ =item B<history>
39
+
40
+ Exports the history as JSON.
41
+
42
+ =item B<history-clear>
43
+
44
+ Deletes all notifications from the history.
45
+
37
46
=item B<history-pop> [ID]
38
47
39
48
Redisplay the notification that was most recently closed. This can be called
40
49
multiple times to show older notifications, up to the history limit configured
41
50
in dunst. You can optionally pass an ID to history-pop, in which case the
42
51
notification with the given ID will be shown.
43
52
53
+ =item B<history-rm> ID
54
+
55
+ Removes the notification with the given ID from the history.
56
+
44
57
=item B<is-paused>
45
58
46
59
Check if dunst is currently running or paused. If dunst is paused notifications
@@ -54,24 +67,31 @@ See the is-paused command and the dunst man page for more information.
54
67
55
68
=item B<get-pause-level>
56
69
57
- Get current dunst's pause level, where 0 is not paused and 100 is maximally paused.
70
+ Get current dunst's pause level, where 0 is not paused and 100 is maximally
71
+ paused.
58
72
59
- This can be combined with notification's override_pause_level to selectively display specific notifications while paused.
73
+ This can be combined with notification's override_pause_level to selectively
74
+ display specific notifications while paused.
60
75
61
76
=item B<set-pause-level> [level]
62
77
63
78
Set the pause level, where 0 is not paused and 100 is maximally paused.
64
79
65
- This can be combined with notification's override_pause_level to selectively display specific notifications while paused.
80
+ This can be combined with notification's override_pause_level to selectively
81
+ display specific notifications while paused.
82
+
83
+ =item B<rule> rule_name enable/disable/toggle
84
+
85
+ Enables, disables or toggles the rule identified by its name. This can be used
86
+ to temporarily activate or deactivate specific rules.
66
87
67
88
=item B<debug>
68
89
69
90
Tries to contact dunst and checks for common faults between dunstctl and dunst.
70
- Useful if something isn't working
91
+ Useful if something isn't working.
71
92
72
93
=item B<help>
73
94
74
- Show all available commands with a brief description
95
+ Show all available commands with a brief description.
75
96
76
97
=back
77
-
0 commit comments