From a863bd3f1e8fb4686036ff1b4a5cfaf2a722cc8b Mon Sep 17 00:00:00 2001 From: kenji Date: Wed, 26 Nov 2025 17:28:28 -0600 Subject: [PATCH] hypr: fix test --- hypr/.config/hypr/hyprland.conf | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index 4786e7e..3fb1411 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -21,3 +21,28 @@ source = ~/.config/hypr/autostart.conf # Add any other personal Hyprland configuration below # windowrule = workspace 5, class:qemu + +# ######### 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 + +######### Applications ######### +env = XDG_DATA_DIRS,$HOME/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share + +# ############ 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