Is there any way to disable the floating desktop on a particular desktop?
Is there any way to disable the floating desktop on a particular desktop? Currently I’ve been using stop points on a “buffer” desktop (all black, no status bar, have to click on thw right spot to go to a hidden desktop) to restrict access on where I’ve put the trigger for the floating desktop. It works, but it’s still buggy because there are times I could pull up the floating desktop. Any ideas? Thanks!
]]>
< ![CDATA[
I think it could be possible by settings in future dev.
Pierre Hébert please add the floating yes/no in desktop settings.
You did it when locked ,I think it will be more general if on Desktop settings
]]>
< ![CDATA[
You might be able to enable or disable the floating desktop using a script (no tested):
LL.getContext().startService(new Intent(“net.pierrox.lightning_launcher_extreme”, “net.pierrox.lightning_launcher.overlay.WindowService”));
(and stopService to disable the floating desktop)
]]>
< ![CDATA[
Tried, but it didn’t work.
]]>