Remove FSB_GAPS_INNER and FSB_GAPS_OUTER

This commit is contained in:
Mykyta Holubakha 2016-05-08 17:17:35 +03:00
parent 394a5d36cb
commit 0c495eecde
5 changed files with 20 additions and 75 deletions

View file

@ -166,12 +166,6 @@ enum edge_border_types {
E_BOTH /**< hide vertical and horizontal edge borders */
};
enum floating_scroll_behavior {
FSB_GAPS_OUTER, /**< Adjust outer gaps */
FSB_GAPS_INNER, /**< Adjust inner gaps */
FSB_CUSTOM /**< Perform a user-defined action */
};
/**
* The configuration struct. The result of loading a config file.
*/
@ -190,9 +184,8 @@ struct sway_config {
uint32_t floating_mod;
uint32_t dragging_key;
uint32_t resizing_key;
enum floating_scroll_behavior floating_scroll;
char *fsb_up;
char *fsb_down;
char *floating_scroll_up_cmd;
char *floating_scroll_down_cmd;
enum swayc_layouts default_orientation;
enum swayc_layouts default_layout;
char *font;