summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2017-09-16 20:36:52 +0200
committerDaniel Friesel <derf@finalrewind.org>2017-09-16 20:36:52 +0200
commit7eb9d73e908d3c10c06521bb211dc571cb3a8e35 (patch)
treeaaabbb7a659c62f1559bb1a1ea9f68a15ddf670b /src/options.h
parenta6b5acb94f1d851c738f23a86020783d77173b4d (diff)
Add toggle_fixed_geometry ("g") keybinding to enable/disable window auto-resize
Closes #326
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index 5a5ce84..ef7f471 100644
--- a/src/options.h
+++ b/src/options.h
@@ -208,6 +208,7 @@ struct __fehkb {
struct __fehkey reload;
struct __fehkey blur;
struct __fehkey rotate;
+ struct __fehkey toggle_fixed_geometry;
};
void init_parse_options(int argc, char **argv);