summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-07-07 18:36:49 +0100
committerLibravatar emersion <contact@emersion.fr>2018-07-07 18:36:49 +0100
commitceb08b6365d2a085aca5271570c332b3202d305a (patch)
treeebcc4bd77c588ba2ce018238ea4a4de3d4659bf2 /include
parentMerge pull request #2225 from martinetd/swaylock-verified (diff)
downloadsway-ceb08b6365d2a085aca5271570c332b3202d305a.tar.gz
sway-ceb08b6365d2a085aca5271570c332b3202d305a.tar.zst
sway-ceb08b6365d2a085aca5271570c332b3202d305a.zip
swaylock: daemonize after locking
Diffstat (limited to 'include')
-rw-r--r--include/swaylock/swaylock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/swaylock/swaylock.h b/include/swaylock/swaylock.h
index 2931fd61..cf80a6ba 100644
--- a/include/swaylock/swaylock.h
+++ b/include/swaylock/swaylock.h
@@ -23,6 +23,7 @@ struct swaylock_args {
23 uint32_t color; 23 uint32_t color;
24 enum background_mode mode; 24 enum background_mode mode;
25 bool show_indicator; 25 bool show_indicator;
26 bool daemonize;
26}; 27};
27 28
28struct swaylock_password { 29struct swaylock_password {