diff options
| author | krolxon <krolyxon@tutanota.com> | 2026-01-07 13:26:51 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2026-01-07 13:26:51 +0530 |
| commit | 627d496fb60088a656956f847e1ef1b03c5cd2b8 (patch) | |
| tree | e9ab93845e29b5ead908d6dd6935e9833c703d92 /.config/hypr/source/environment_variables.conf | |
| parent | d1a4318b2f2ebd83ca35f6e2908ef3adda10cde8 (diff) | |
modularize hyprland configs, add zoom, scale, rotate script and keybinds
Diffstat (limited to '.config/hypr/source/environment_variables.conf')
| -rw-r--r-- | .config/hypr/source/environment_variables.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.config/hypr/source/environment_variables.conf b/.config/hypr/source/environment_variables.conf new file mode 100644 index 0000000..3c89ba7 --- /dev/null +++ b/.config/hypr/source/environment_variables.conf @@ -0,0 +1,22 @@ +# See https://wiki.hypr.land/Configuring/Environment-variables/ +env = HYPRSHOT_DIR,/home/krolyxon/pix/ss/ +env = XCURSOR_SIZE,24 +env = HYPRCURSOR_SIZE,24 +# env = GTK_THEME,Tokyonight-Dark + +# XDG Specifications +env = XDG_CURRENT_DESKTOP,Hyprland +env = XDG_SESSION_TYPE,wayland +env = XDG_SESSION_DESKTOP,Hyprland + +# Toolkit +env = GDK_BACKEND,wayland,x11,* # GTK: Use Wayland if available; if not, try X11 and then any other GDK backend. +env = QT_QPA_PLATFORM,wayland;xcb # Qt: Use Wayland if available, fall back to X11 if not +env = SDL_VIDEODRIVER,Wayland # Run SDL2 applications on Wayland. Remove or set to x11 if games that provide older versions of SDL cause compatibility issues +env = CLUTTER_BACKEND,wayland # Clutter applications to try and use the Wayland backend + +# Nvidia +# env = GBM_BACKEND,nvidia-drm +# env = __GLX_VENDOR_LIBRARY_NAME,nvidia +# env = LIBVA_DRIVER_NAME,nvidia + |
