Skip to content

Commit

Permalink
main.gudl: Work-arounds for Overlord launcher gamepad config.
Browse files Browse the repository at this point in the history
  • Loading branch information
madewokherd committed Jun 25, 2024
1 parent bce077f commit 8f490a8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions xalia/main.gudl
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,20 @@ if (win32_process_name == "gvim") {
}
}

// APPLICATION: Overlord launcher

dialog (process_name == "GamepadConfig" and child_matches(button and name == "Clear Mapping")) {
child (button) {
primary_action: on_release(click);
if (name == "Scanning")
{
root {
disable_interactions: true;
}
}
}
}

// APPLICATION: plasmashell

// TODO: 5.27 should have the panel identifiable by ID
Expand Down

0 comments on commit 8f490a8

Please sign in to comment.