diff options
author | Ian Fan <ianfan0@gmail.com> | 2018-10-08 12:05:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-08 12:05:18 +0000 |
commit | b3b17280de54021657eabf2df4c3dbfd0039bac8 (patch) | |
tree | d2602caa071680a898a80f8096ed8f787103329e /include/sway/config.h | |
parent | 89f4ebef064809c4e3d4cc08f8c7f08f4bc6d420 (diff) | |
parent | e168e8f0ffbcd3924570aec63655c6ca0ab384fa (diff) |
Merge pull request #2789 from RyanDwyer/reload-idle
Reload config using idle event
Diffstat (limited to 'include/sway/config.h')
-rw-r--r-- | include/sway/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sway/config.h b/include/sway/config.h index 02ace979..0e51fbfb 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -35,7 +35,6 @@ enum binding_flags { BINDING_BORDER=4, // mouse only; trigger on container border BINDING_CONTENTS=8, // mouse only; trigger on container contents BINDING_TITLEBAR=16, // mouse only; trigger on container titlebar - BINDING_RELOAD=32, // the binding runs the reload command }; /** |