- Modularize Hyprland config into hyprland.d/ - Implement infinitely scalable monitor/workspace logic using templates and loop-based data structures - Consolidate host-specific configs (hyprlock, hyprpaper, waybar) into single templates - Resolve waybar symlink conflict and fix template execution errors - Integrate chezmoi data variables for scale, resolution, and peripherals
22 lines
440 B
Plaintext
22 lines
440 B
Plaintext
export XCURSOR_SIZE=24
|
|
export XCURSOR_THEME=volantes
|
|
|
|
export HYPRCURSOR_SIZE=24
|
|
export HYPRCURSOR_THEME=volantes
|
|
|
|
export GDK_BACKEND=wayland,x11,*
|
|
|
|
export SDL_VIDEODRIVER=wayland,x11
|
|
export CLUTTER_BACKEND=wayland
|
|
|
|
export QT_QPA_PLATFORM=wayland;xcb
|
|
export QT_QPA_PLATFORMTHEME=qt6ct
|
|
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
|
|
|
export ELECTRON_OZONE_PLATFORM_HINT=wayland
|
|
|
|
export MOZ_ENABLE_WAYLAND=1
|
|
|
|
export GRIMBLAST_EDITOR='satty -f'
|
|
|