Files
dotfiles/hypr/conf/env.lua
2026-06-18 11:36:12 +08:00

24 lines
596 B
Lua
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- 环境变量输入法、光标、Wayland 兼容性
hl.env("QT_QPA_PLATFORMTHEME", "qt6ct")
-- Dolphin 部分功能问题
hl.env("XDG_MENU_PREFIX", "plasma-")
-- Noctalia 图标主题
hl.env("QS_ICON_THEME", "Tela")
-- Fcitx5 中文输入法
hl.env("QT_IM_MODULE", "fcitx")
hl.env("XMODIFIERS", "@im=fcitx")
-- 光标主题与大小X11 + Hyprland 双协议)
hl.env("XCURSOR_SIZE", "24")
hl.env("XCURSOR_THEME", "Adwaita")
hl.env("HYPRCURSOR_SIZE", "24")
hl.env("HYPRCURSOR_THEME", "Adwaita")
-- Electron 应用 Wayland 原生支持
hl.env("ELECTRON_OZONE_PLATFORM_HINT", "auto")