mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Make mouse key used for drag/resize configurable
This makes it possible to define what mouse button key (left|right) to use for dragging/resizing.
This commit is contained in:
parent
fc9908a40a
commit
0aeee6963d
4 changed files with 93 additions and 21 deletions
|
|
@ -119,6 +119,8 @@ struct sway_config {
|
|||
struct bar_config bar;
|
||||
struct bar_config *current_bar;
|
||||
uint32_t floating_mod;
|
||||
uint32_t dragging_key;
|
||||
uint32_t resizing_key;
|
||||
enum swayc_layouts default_orientation;
|
||||
enum swayc_layouts default_layout;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue