Refactor into modular configs, fix btop triple bind, add opacity notes

This commit is contained in:
2026-06-07 23:11:05 +03:30
parent 4126c53488
commit 4752bed721
12 changed files with 510 additions and 627 deletions

41
configs/hypr/env.conf Normal file
View File

@@ -0,0 +1,41 @@
#############################
# Environment Variables
#############################
# ---- Cursor ---- #
env = XCURSOR_SIZE,24
env = HYPRCURSOR_SIZE,24
env = HYPRCURSOR_THEME, Bibata-Modern-Ice
env = XCURSOR_THEME, Bibata-Modern-Ice
# ---- GPU (AMD) ---- #
# Intel UHD 730 (integrated) + AMD Radeon RX 580
env = LIBVA_DRIVER_NAME,radeonsi
env = GBM_BACKEND,amdgpu
env = AQ_DRM_DEVICES,/dev/dri/card2:/dev/dri/card1
# ---- Wayland ---- #
env = XDG_SESSION_TYPE,wayland
env = XDG_CURRENT_DESKTOP,Hyprland
env = XDG_SESSION_DESKTOP,Hyprland
# ---- Electron ---- #
env = ELECTRON_OZONE_PLATFORM_HINT,auto
# ---- Qt ---- #
env = QT_QPA_PLATFORM,wayland
env = QT_QPA_PLATFORMTHEME,qt5ct
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
env = QT_STYLE_OVERRIDE,kvantum
# ---- Toolkit Backends ---- #
env = GDK_BACKEND,wayland,x11,*
env = SDL_VIDEODRIVER,wayland
env = CLUTTER_BACKEND,wayland
# ---- App-specific ---- #
env "YAZI_CONFIG_HOME=~/.config/yazi" yazi
# -- To use Firefox on Wayland, uncomment: -- #
# env = MOZ_ENABLE_WAYLAND,1