diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-09-02 13:15:28 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-02 13:15:28 +0900 |
| commit | 3b82a3c0f0f33cba44ddfb1c62d53f950ff96c3a (patch) | |
| tree | 3daa3705989db93d623dad2eebf101603479efdf /config/hypr/UserConfigs/ENVariables.conf | |
| parent | 09bef3916d3c7225671f96fd7a8f77f5fab22f19 (diff) | |
| parent | cf55d6c89cbf4fc6a92bb19779d457a9fe98ec40 (diff) | |
Merge pull request #419 from JaKooLit/development
Development to Main. Preparation for release
Diffstat (limited to 'config/hypr/UserConfigs/ENVariables.conf')
| -rw-r--r-- | config/hypr/UserConfigs/ENVariables.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/hypr/UserConfigs/ENVariables.conf b/config/hypr/UserConfigs/ENVariables.conf index 2ec6b4ea..5bfa5ab1 100644 --- a/config/hypr/UserConfigs/ENVariables.conf +++ b/config/hypr/UserConfigs/ENVariables.conf @@ -1,6 +1,9 @@ # /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # # Environment variables. See https://wiki.hyprland.org/Configuring/Environment-variables/ +# Set your defaults here +#env = EDITOR,vim #default editor + #environment-variables env = CLUTTER_BACKEND,wayland env = GDK_BACKEND,wayland,x11 @@ -17,7 +20,7 @@ env = XDG_SESSION_TYPE,wayland # xwayland apps scale fix (useful if you are use monitor scaling) # see https://wiki.hyprland.org/Configuring/XWayland/ # toolkit-specific scale -# env = GDK_SCALE,2 +#env = GDK_SCALE,1.25 # firefox env = MOZ_ENABLE_WAYLAND,1 @@ -27,6 +30,7 @@ env = ELECTRON_OZONE_PLATFORM_HINT,auto # NVIDIA # This is from Hyprland Wiki. Below will be activated nvidia gpu detected +# See hyprland wiki https://wiki.hyprland.org/Nvidia/#environment-variables #env = LIBVA_DRIVER_NAME,nvidia #env = __GLX_VENDOR_LIBRARY_NAME,nvidia #env = NVD_BACKEND,direct |
