i3
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:

  • exec-line
  • exec_always-line in the config (see src/config.c)

Definition at line 369 of file data.h.

Member Function Documentation

◆ TAILQ_ENTRY() [1/2]

Autostart::TAILQ_ENTRY ( Autostart )

◆ TAILQ_ENTRY() [2/2]

Autostart::TAILQ_ENTRY ( Autostart )

Field Documentation

◆ command

char* Autostart::command

Command, like in command mode.

Definition at line 371 of file data.h.

Referenced by CFGFUN(), CFGFUN(), and main().

◆ no_startup_id

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 374 of file data.h.

Referenced by CFGFUN(), and main().


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