mirror of
https://github.com/davatorium/rofi.git
synced 2025-06-02 18:31:59 -04:00
Update comments, replace printf/build_filename
This commit is contained in:
parent
70dd6e2cef
commit
c512f81c9c
3 changed files with 72 additions and 24 deletions
|
@ -1,5 +1,17 @@
|
|||
#ifndef __RUN_DIALOG_H__
|
||||
#define __RUN_DIALOG_H__
|
||||
#ifndef ROFI_DIALOG_RUN_H
|
||||
#define ROFI_DIALOG_RUN_H
|
||||
|
||||
/**
|
||||
* @defgroup RUNMode Run
|
||||
*
|
||||
* This mode uses the following options from the #config object:
|
||||
* * #_Settings::run_command
|
||||
* * #_Settings::run_shell_command
|
||||
* * #_Settings::run_list_command
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
extern Mode run_mode;
|
||||
#endif
|
||||
|
||||
/*@}*/
|
||||
#endif // DIALOG_RUN_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue