diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-27 01:08:06 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-27 01:08:06 +0900 |
| commit | 9bf916556b3df4033012333946f14c6d28e13338 (patch) | |
| tree | 4307dd7ae3f897855682449e146ac31d6e125322 /config | |
| parent | 987530cd99a59e2239057b181628febb055b70f6 (diff) | |
added ENV for electron apps.
copy.sh adjusted to create only 1 backup for wallpapers to avoid multiple backup folders
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/UserConfigs/ENVariables.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/hypr/UserConfigs/ENVariables.conf b/config/hypr/UserConfigs/ENVariables.conf index 8681eb30..aa5b2310 100644 --- a/config/hypr/UserConfigs/ENVariables.conf +++ b/config/hypr/UserConfigs/ENVariables.conf @@ -20,6 +20,9 @@ env = XDG_SESSION_TYPE,wayland # firefox env = MOZ_ENABLE_WAYLAND,1 +# electron >28 apps (may help) +env = ELECTRON_OZONE_PLATFORM_HINT,auto + # NVIDIA # This is from Hyprland Wiki. As a start, WLR_NO_HARDWARE_CURSORS 1 will be activated if nvidia gpu detected #env = WLR_NO_HARDWARE_CURSORS,1 |
