summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Mykyta Holubakha <hilobakho@gmail.com>2016-05-14 23:42:02 +0300
committerLibravatar Mykyta Holubakha <hilobakho@gmail.com>2016-05-14 23:42:02 +0300
commite73dde3b1057c8248eb24b3c15c99f398472eeba (patch)
tree26292b5ece4da11f72f7b3b486d2dc5c83caa026 /include
parentSet Cairo and Pango as required dependencies (diff)
downloadsway-e73dde3b1057c8248eb24b3c15c99f398472eeba.tar.gz
sway-e73dde3b1057c8248eb24b3c15c99f398472eeba.tar.zst
sway-e73dde3b1057c8248eb24b3c15c99f398472eeba.zip
Support floating_scroll sideways
Diffstat (limited to 'include')
-rw-r--r--include/config.h2
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 {
186 uint32_t resizing_key; 186 uint32_t resizing_key;
187 char *floating_scroll_up_cmd; 187 char *floating_scroll_up_cmd;
188 char *floating_scroll_down_cmd; 188 char *floating_scroll_down_cmd;
189 char *floating_scroll_left_cmd;
190 char *floating_scroll_right_cmd;
189 enum swayc_layouts default_orientation; 191 enum swayc_layouts default_orientation;
190 enum swayc_layouts default_layout; 192 enum swayc_layouts default_layout;
191 char *font; 193 char *font;