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
a7710c5537
commit
22916e9ebc
4 changed files with 93 additions and 21 deletions
|
|
@ -109,6 +109,8 @@ struct sway_config {
|
|||
struct sway_mode *current_mode;
|
||||
struct bar_config 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