Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What does the "excluded processes" list even do? #382

Open
lolDayus opened this issue Oct 4, 2024 · 0 comments
Open

What does the "excluded processes" list even do? #382

lolDayus opened this issue Oct 4, 2024 · 0 comments

Comments

@lolDayus
Copy link

lolDayus commented Oct 4, 2024

I ask this because I've bee trying to find a way to have LBM just automatically close whenever I open a single-screen thing (i.e. games) so that it's not hogging up a bunch of memory resources for no reason. Initially I tried a batch file with /taskkill for both the hook and the program itself, but that didn't do anything. Recently I saw there was an exclusion list so I was excited to try that out, I put my gaming program onto the list and checked LBM, the task tray icon changed as if it was being put on standby but it was still taking up just as much memory...so what even is the point? it just turns off the useful parts of the app while still just hanging out in the background taking up just as many resources? This is the batch file I was using, anything I'm missing here?

@echo off

taskkill /f /im GoogleDriveFS.exe /t > NUL

taskkill /f /im LittleBigMouse.Ui.Avalonia.exe /t > NUL

taskkill /f /im LitteBigMouse.Hook.exe /t > NUL

start "" "C:\Program Files (x86)\Steam\steam.exe"

exit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant