mirror of
https://git.aramjonghu.nl/AramJonghu/hypr.git
synced 2026-06-06 20:38:24 +02:00
30 lines
980 B
Lua
30 lines
980 B
Lua
hl.env("ZSH", "/usr/share/oh-my-zsh/")
|
|
hl.env("BROWSER", "firefox")
|
|
hl.env("TERM", "tmux-256color")
|
|
hl.env("VISUAL", "nvim")
|
|
hl.env("EDITOR", "nvim")
|
|
|
|
hl.env("HYPRCURSOR_THEME", "catppuccin-macchiato-light-cursors")
|
|
hl.env("HYPRCURSOR_SIZE", "28")
|
|
|
|
hl.env("ELECTRON_OZONE_PLATFORM_HINT", "auto")
|
|
hl.env("QT_AUTO_SCREEN_SCALE_FACTOR", "1")
|
|
hl.env("QT_QPA_PLATFORM", "wayland")
|
|
hl.env("QT_QPA_PLATFORMTHEME", "qt6ct")
|
|
hl.env("QT_WAYLAND_DISABLE_WINDOWDECORATION", "1")
|
|
|
|
hl.env("XDG_SESSION_DESKTOP", "Hyprland")
|
|
hl.env("XDG_SESSION_TYPE", "wayland")
|
|
hl.env("CLUTTER_BACKEND", "wayland")
|
|
hl.env("GDK_BACKEND", "wayland")
|
|
hl.env("SDL_VIDEODRIVER", "wayland")
|
|
|
|
hl.env("XDG_CONFIG_HOME", "/home/aram/.config")
|
|
hl.env("XDG_CACHE_HOME", "/home/aram/.cache")
|
|
hl.env("XDG_DATA_HOME", "/home/aram/.local/share")
|
|
hl.env("XDG_PICTRES_HOME", "/home/aram/Pictures")
|
|
hl.env("HYPRSHOT_DIR", "/home/aram/Pictures/Screenshots")
|
|
|
|
hl.env("RUSTICL_ENABLE", "radeonsi")
|
|
hl.env("AMD_VULKAN_ICD", "RADV")
|