Skip to content

Commit

Permalink
Disable Option-click minimizing windows
Browse files Browse the repository at this point in the history
  • Loading branch information
grugnog committed Jun 28, 2024
1 parent 3c57155 commit a6b5ff7
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@
},
{
"path": "json/fix-ghost-select-in-context-menu.json"
},
{
"path": "json/disable_option_click.json"
}
]
},
Expand Down
27 changes: 27 additions & 0 deletions public/json/disable_option_click.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"title": "Disable Option-click minimizing windows",
"rules": [
{
"description": "Disable Option-click minimizing windows",
"manipulators": [
{
"from": {
"modifiers": {
"mandatory": [
"left_option"
]
},
"pointing_button": "button1"
},
"to": [
{
"modifiers": [],
"pointing_button": "button1"
}
],
"type": "basic"
}
]
}
]
}

0 comments on commit a6b5ff7

Please sign in to comment.