aboutsummaryrefslogtreecommitdiffstats
path: root/dome_key_map.h
diff options
context:
space:
mode:
authorTeddy Wing2018-10-29 22:45:21 +0100
committerTeddy Wing2018-10-29 22:45:21 +0100
commit223651a128363353dc0d7815171e0ba49000a764 (patch)
tree3478ab9ca213113073b543697d54f98ee4357a44 /dome_key_map.h
parent9a3775c3b4d557e29021c8a5490634957ae23e6a (diff)
downloaddome-key-map-223651a128363353dc0d7815171e0ba49000a764.tar.bz2
config: Add an `--audio` command line flag
Including this flag will tell the program to play interface audio (namely the sounds for mode activated & deactivated).
Diffstat (limited to 'dome_key_map.h')
-rw-r--r--dome_key_map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dome_key_map.h b/dome_key_map.h
index 97aa8f5..5dbd398 100644
--- a/dome_key_map.h
+++ b/dome_key_map.h
@@ -23,6 +23,7 @@ typedef struct State State;
typedef struct {
bool reload;
bool daemon;
+ bool audio;
bool version;
char *license;
} Args;