From fe9c79d6dad5ecbd9efcfdac7c93c4396ff62cae Mon Sep 17 00:00:00 2001 From: Viyurz <128215328+Viyurz@users.noreply.github.com> Date: Thu, 5 Oct 2023 10:11:33 +0200 Subject: [PATCH] hyprland.conf: Reformat --- .config/hypr/hyprland.conf | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index c09232a..9aa6741 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -4,11 +4,17 @@ source = ~/.config/hypr/colors.conf - # Monitors config in separate file to allow multiple configs source = ~/.config/hypr/monitors.conf +# Keybindings +source = ~/.config/hypr/keybindings.conf + + +# Window rules +source = ~/.config/hypr/windowrules.conf + # Exec once exec-once = artix-pipewire-launcher @@ -139,13 +145,3 @@ misc { key_press_enables_dpms = true disable_hyprland_logo = true } - - - -# Keybindings -source = ~/.config/hypr/keybindings.conf - - - -# Window rules -source = ~/.config/hypr/windowrules.conf