mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Support floating_scroll sideways
This commit is contained in:
parent
2c9553a6fd
commit
e73dde3b10
5 changed files with 32 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue