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

Linux: Re-enable getprocesses, overlay, and keyboard watcher. #29

Commits on Feb 13, 2021

  1. Re-enable getprocesses, overlay, and keyboard watcher

    The overlay does work on Linux, but with some quirks
    (mainly on tiling window managers).
    
    Luckly the user can disable the overlay if they wish.
    
    My fork of memoryjs does support getProcesses, so I've re-enabled that
    code.
    
    I also have a linux port of 'node-keyboard-watcher' which I'd like to
    optimize, so that it can be put into a pull-request.
    TheGreatMcPain committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    96578f7 View commit details
    Browse the repository at this point in the history
  2. Disable hardware acceleration and add timeout to overlay creation.

    This will allow the overlay to have transparency on Linux.
    TheGreatMcPain committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    7ffaf3d View commit details
    Browse the repository at this point in the history