mirror of
https://github.com/swaywm/sway.git
synced 2025-11-13 13:29:49 -05:00
Remove FSB_GAPS_INNER and FSB_GAPS_OUTER
This commit is contained in:
parent
394a5d36cb
commit
0c495eecde
5 changed files with 20 additions and 75 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue