updates hyprland configs

This commit is contained in:
2026-08-06 17:42:53 +02:00
parent 7d08cb7344
commit aa1eb88a13
33 changed files with 771 additions and 24 deletions
+7
View File
@@ -20,8 +20,15 @@ hl.env("QT_AUTO_SCREEN_SCALE_FACTOR", "1")
-- GTK
hl.env("GDK_SCALE", "1")
hl.env("GTK_IM_MODULE", "wayland")
hl.env("XMODIFIERS", "@im=ibus")
hl.env("QT_IM_MODULES", "wayland;ibus")
hl.env("QT_IM_MODULE", "ibus")
hl.env("XCURSOR_SIZE", "20")
hl.env("HYPRCURSOR_SIZE", "20")
hl.env("HYPRCURSOR_THEME", "Volantes Cursors")
-- Mozilla
hl.env("MOZ_ENABLE_WAYLAND", "1")