blob: ab66b5c2b039827b8a05b3b2d80775941375ac78 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Hyprland main configuration file
# Based on Omarchy hyprland setup
# check /etc/hyprland/hyprland.conf for the defaults
# ==== BEGIN ANSIBLE HYPRLAND CONFIG
# System defaults
source = /etc/hypr/hyprland.conf
# ==== END ANSIBLE HYPRLAND CONFIG
# 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
|