adopt hypridle and hyprlock; byebye swayidle and swaylock

This commit is contained in:
end-4
2024-02-20 22:24:39 +07:00
parent f2cbac2e6a
commit ac2b144f97
13 changed files with 228 additions and 62 deletions
+21
View File
@@ -0,0 +1,21 @@
########## Input method ##########
## See https://fcitx-im.org/wiki/Using_Fcitx_5_on_Wayland
env = QT_IM_MODULE, fcitx
env = XMODIFIERS, @im=fcitx
# env = GTK_IM_MODULE, wayland # Crashes electron apps in xwayland
# env = GTK_IM_MODULE, fcitx # My Gtk apps no longer require this to work with fcitx5 hmm
env = SDL_IM_MODULE, fcitx
env = GLFW_IM_MODULE, ibus
env = INPUT_METHOD, fcitx
############# Themes #############
env = QT_QPA_PLATFORM, wayland
env = QT_QPA_PLATFORMTHEME, qt5ct
# env = QT_STYLE_OVERRIDE,kvantum
env = WLR_NO_HARDWARE_CURSORS, 1
######### Screen tearing #########
# env = WLR_DRM_NO_ATOMIC, 1
############# Others #############