-
Hi,
your repo here,
Has been stolen & re-uploaded by the GitHub user: https://github.com/5R33CH4
Here is their repo in which they've stolen your work, and attributed it to themselves: https:/…
-
### Description
Since a couple of weeks / months, `element-desktop-nightly` fails to start on wayland (sway 1.8.1) - the window opens and immediately closes.
Today I took the time to investigate…
-
Sometimes transparency makes text unreadable in VSC when there are hi-contrast black and white background apps in the back.
This would definitely help a lot.
https://github.com/arkenthera/electron-v…
-
I have a method that uses `ipc` to trigger a window size change in the Electron main process, and then changes the Vue route:
```
start () {
this.$electron.ipcRenderer.send('shrinkWindow')
…
-
## Motivation
The current Shortcuts module is limited in many ways. For example, the following scenario presents some problems:
* Shortcuts are bound to the context menu and can only be invoked …
Innei updated
1 month ago
-
In this [electron packager](https://github.com/electron-userland/electron-packager) tutorial we will look at how to create MacOS, Windows and Linux executables with an app icon. This is also a continu…
-
> This issue has been upstreamed from https://github.com/tauri-apps/tauri/issues/4438
### Describe the problem
I need disable hardware acceleration. In electron, I can use code "app.disableHardwar…
-
### Preflight Checklist
- [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [X] I agree to follow the [Code of Conduct]…
-
Hi,
( nice tool! fyi, I just made a [Gentoo ebuild](https://gitweb.gentoo.org/user/haarp.git/commit/?id=0a0bf386ab4017590dc8c457ece569e0fde6e3fd) for it :) )
xsuspender seems to be working so fa…
haarp updated
2 weeks ago
-
Is there any API to save/restore the window's size / state / position? If not, what's the advised approach to do so?