- I used to use this extension, but something changed names for 48.
- There’s hints around online (like this) that show a toggle with a command from GNOME
lg
. - The old command reports it’s not a function:
Meta.disable_unredirect_for_display(global.display)
- There’s work here to make the extension work for 48 and something about
enable_unredirect
instead ofenable_unredirect_for_display
. - A src for an unrelated extension makes the toggle look simple.
I tried running different commands in lg
Evaluator and they report stuff, but I’m not sure on syntax, or how to check if anything is really being done (my usual check is a game but it stutters both ways and I’m not sure if I’m setting the unredirect command right)
- What
lg
Evaluator command can be used to toggle the Unredirect state on GNOME 48? - How to check if Unredirect is actively enabled or disabled?