31 lines
814 B
Text
31 lines
814 B
Text
# moonleay's Hyprland config
|
|
|
|
# Source other config files
|
|
source = ~/.config/hypr/monitors.conf # Configure monitors
|
|
source = ~/.config/hypr/env_vars.conf # Set environment variables
|
|
source = ~/.config/hypr/autorun.conf # Autorun apps
|
|
source = ~/.config/hypr/input.conf # Setup inputs
|
|
source = ~/.config/hypr/keybindings.conf # Setup keybindings
|
|
source = ~/.config/hypr/windowrules.conf # Setup windowrules
|
|
source = ~/.config/hypr/basics.conf # Setup Hyprland basics (layout, design, etc.)
|
|
# source = ~/.config/hypr/mocha.conf # Setup Colors
|
|
|
|
# Other configs:
|
|
|
|
# Disable xwayland scaling
|
|
xwayland {
|
|
force_zero_scaling = true
|
|
}
|
|
|
|
misc {
|
|
disable_hyprland_logo = true
|
|
# lower framerate when not updating screen (powersaving)
|
|
vfr = true
|
|
}
|
|
|
|
debug {
|
|
disable_logs = true
|
|
}
|
|
|
|
# Per device configs
|
|
# <none>
|