blob: da41fc533456952aa65fe937729658e1107777a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Hyprland main configuration file
# Based on Omarchy hyprland setup
# check /etc/hyprland/hyprland.conf for the defaults
# System defaults
source = /etc/hypr/hyprland.conf
# User configurations
source = ~/.config/hypr/autostart.conf
source = ~/.config/hypr/input.conf
source = ~/.config/hypr/bindings.conf
source = ~/.config/hypr/envs.conf
source = ~/.config/hypr/looknfeel.conf
source = ~/.config/hypr/rules.conf
|