Merge pull request #312 from hobarrera/document-actions
Document actions and how to interact with them
This commit is contained in:
		
						commit
						259030abe8
					
				| @ -197,7 +197,7 @@ Don't timeout notifications popped up from history. | ||||
| 
 | ||||
| =item B<-show_indicators> | ||||
| 
 | ||||
| Show indicators for actions and URLs. | ||||
| Show indicators for actions and URLs. See ACTIONS below for futher details. | ||||
| 
 | ||||
| =item B<-sort> | ||||
| 
 | ||||
| @ -264,6 +264,22 @@ The progress value can be set with a hint, too. | ||||
| 
 | ||||
| =back | ||||
| 
 | ||||
| =head1 ACTIONS | ||||
| 
 | ||||
| Dunst allows notifiers (i.e.: programs that send the notifications) to specify | ||||
| actions. Dunst has support for both displaying indicators for these, and | ||||
| interacting with these actions. | ||||
| 
 | ||||
| If "show_indicators" is true and a notification has an action, an "(A)" will be | ||||
| prepended to the notification format. Likewise, an "(U)" is preneded to | ||||
| notifications with URLs. It is possible to interact with notifications that | ||||
| have actions regardless of this setting, though it may not be obvious which | ||||
| notifications HAVE actions. | ||||
| 
 | ||||
| The "context" keybinding is used to interact with these actions, by showing a | ||||
| menu of possible actions. This feature requires "dmenu" or a dmenu drop-in | ||||
| replacement present. | ||||
| 
 | ||||
| =head1 MISCELLANEOUS | ||||
| 
 | ||||
| Dunst can be paused by sending a notification with a summary of "DUNST_COMMAND_PAUSE" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Nikos Tsipinakis
						Nikos Tsipinakis