mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05:00
Revert "Make mouse key used for drag/resize configurable"
This reverts commit 22916e9ebc.
This commit is contained in:
parent
3ef6173c15
commit
4d17aa9919
4 changed files with 21 additions and 93 deletions
|
|
@ -115,8 +115,6 @@ 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