diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-08-28 00:40:23 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-08-28 00:40:23 +0900 |
| commit | 40bf2504704853ba79ec29a04816c61c90355300 (patch) | |
| tree | 738287bf0bb1463998276d17a95faebba4c82771 | |
| parent | 526bd8b50ff5d042a3c12fe9bdbfd7507a549038 (diff) | |
updated 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 |
