Skip to content

Commit 82c48d5

Browse files
authored
Merge pull request #360 from edmcman/main
Add "acrobatic" kludge for the Ghidra SRE
2 parents a593e44 + 0dfc51e commit 82c48d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

etc/cfg_kludges.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ defwinprop {
4545
acrobatic = true,
4646
}
4747

48+
-- https://github.com/raboof/notion/issues/359
49+
defwinprop {
50+
class = "ghidra-Ghidra",
51+
acrobatic = true,
52+
}
53+
4854
-- You might want to enable these if you really must use XMMS.
4955
--[[
5056
defwinprop {

0 commit comments

Comments
 (0)