diff options
author | Mykyta Holubakha <hilobakho@gmail.com> | 2016-05-14 23:42:02 +0300 |
---|---|---|
committer | Mykyta Holubakha <hilobakho@gmail.com> | 2016-05-14 23:42:02 +0300 |
commit | e73dde3b1057c8248eb24b3c15c99f398472eeba (patch) | |
tree | 26292b5ece4da11f72f7b3b486d2dc5c83caa026 /include | |
parent | 2c9553a6fdfa7986fadeb3ac3883622a3c7aa8c5 (diff) |
Support floating_scroll sideways
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index e15ba311..3c1957b6 100644 --- a/include/config.h +++ b/include/config.h @@ -186,6 +186,8 @@ struct sway_config { uint32_t resizing_key; char *floating_scroll_up_cmd; char *floating_scroll_down_cmd; + char *floating_scroll_left_cmd; + char *floating_scroll_right_cmd; enum swayc_layouts default_orientation; enum swayc_layouts default_layout; char *font; |