feat(linux): Set up Hyprland

This commit is contained in:
js0ny 2025-01-26 00:23:33 +00:00
parent 346a975e80
commit 49693c7657
20 changed files with 533 additions and 35 deletions

View file

@ -14,10 +14,17 @@
#
#QT_QPA_PLATFORMTHEME=qt5ct
#QT_STYLE_OVERRIDE=kvantum
# Software
BROWSER="com.vivaldi.Vivaldi"
EDITOR=nvim
# IME
GTK_IM_MODULE=fcitx
QT_IM_MODULE=fcitx
SDL_IM_MODULE=fcitx
XMODIFIFERS="@im=fcitx"
GLFW_IM_MODULE=fcitx
# Scaling
QT_SCALE_FACTOR=1.75
# 2 * 0.875 = 1.75
GDK_SCALE=2
GDK_DPI_SCALE=0.875