mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
d4bda66c65
* Use XDG menu scheme from KDE, which is already implicitly introduced by illogical-impulse-kde. * Set XDG_MENU_PREFIX globally, so kbuildsycoca6 is automatically invoked by /usr/bin/xdg-mime via the pacman hook. Consequently, the manual call can (and should) be removed.
25 lines
655 B
Plaintext
25 lines
655 B
Plaintext
# ######### Input method ##########
|
|
# See https://fcitx-im.org/wiki/Using_Fcitx_5_on_Wayland
|
|
env = QT_IM_MODULE, fcitx
|
|
env = XMODIFIERS, @im=fcitx
|
|
env = SDL_IM_MODULE, fcitx
|
|
env = GLFW_IM_MODULE, ibus
|
|
env = INPUT_METHOD, fcitx
|
|
|
|
# ############ Wayland #############
|
|
env = ELECTRON_OZONE_PLATFORM_HINT,auto
|
|
|
|
# ############ Themes #############
|
|
env = QT_QPA_PLATFORM, wayland
|
|
env = QT_QPA_PLATFORMTHEME, kde
|
|
env = XDG_MENU_PREFIX, plasma-
|
|
|
|
# ######## Wayland #########
|
|
# Tearing
|
|
# env = WLR_DRM_NO_ATOMIC, 1
|
|
# ?
|
|
# env = WLR_NO_HARDWARE_CURSORS, 1
|
|
|
|
# ######## Virtual envrionment #########
|
|
env = ILLOGICAL_IMPULSE_VIRTUAL_ENV, ~/.local/state/quickshell/.venv
|