mirror of
https://github.com/swaywm/sway.git
synced 2025-11-16 06:59:49 -05:00
Merge pull request #300 from mikkeloscar/configure-mouse-btn
[RFC] Make mouse key used for drag/resize configurable
This commit is contained in:
commit
19fd979af4
6 changed files with 100 additions and 24 deletions
|
|
@ -101,6 +101,8 @@ static void config_defaults(struct sway_config *config) {
|
|||
list_add(config->modes, config->current_mode);
|
||||
|
||||
config->floating_mod = 0;
|
||||
config->dragging_key = M_LEFT_CLICK;
|
||||
config->resizing_key = M_RIGHT_CLICK;
|
||||
config->default_layout = L_NONE;
|
||||
config->default_orientation = L_NONE;
|
||||
// Flags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue