i3
Public Member Functions | Data Fields
Autostart Struct Reference

Holds a command specified by either an: More...

#include <data.h>

Public Member Functions

 TAILQ_ENTRY (Autostart) autostarts
 
 TAILQ_ENTRY (Autostart) autostarts_always
 

Data Fields

char * command
 Command, like in command mode.
 
bool no_startup_id
 no_startup_id flag for start_application().
 

Detailed Description

Holds a command specified by either an:

Definition at line 251 of file data.h.

Member Function Documentation

Autostart::TAILQ_ENTRY ( Autostart  )
Autostart::TAILQ_ENTRY ( Autostart  )

Field Documentation

char* Autostart::command

Command, like in command mode.

Definition at line 253 of file data.h.

Referenced by main(), migrate_i3bar_exec(), and parse_file().

bool Autostart::no_startup_id

no_startup_id flag for start_application().

Determines whether a startup notification context/ID should be created.

Definition at line 256 of file data.h.

Referenced by main().


The documentation for this struct was generated from the following file: