### NAW_CMD_* variables specify arguments to netctl-auto-ng
### that are to be used in specific situations.
###
### If a variable does not exist (commented out) or is empty,
### that action is inhibited.

# What to execute on power management transition to battery
NAW_CMD_SW_BATTERY="--running once"

# What to execute on power management transition to AC
NAW_CMD_SW_AC="--suspended continuous"

# What to execute on boot-up on battery
NAW_CMD_BOOT_BATTERY="once"

# What to execute on boot-up on AC
NAW_CMD_BOOT_AC="continuous"

# What to execute on connection loss in "once" mode
NAW_CMD_ONCE_LOSS="--quiet suspend"

# What to execute when startet without parameters
NAW_CMD_DEFAULT="bootup"

### These variables are miscellaneous.

# How much to wait for a connection when entering "once" mode
NAW_ONCE_TIMEOUT=10

# To which state to go when a transition to "once" fails
# Possible: suspended, halted
NAW_STATE_ONCE_FAULT="suspended"

# vim: ft=sh
