From 277b1a1550b831eab2d88f4cb15fe3fad3bcacbb Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 9 Jun 2025 18:57:26 +0200 Subject: [PATCH] Cleanup --- config/hypr/hyprland.conf | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index da46dbb..02c11e3 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -1,5 +1,4 @@ -# Refer to the wiki for more information. -# https://wiki.hyprland.org/Configuring/ +# Learn how to configure Hyprland: https://wiki.hyprland.org/Configuring/ # Change your personal monitor setup in here to keep the main config portable source = ~/.config/hypr/hyprland-monitors.conf @@ -17,8 +16,12 @@ $menu = wofi --show drun $music = spotify $webapp = $browser --app -# Use defaults Omarchy bindings +# Use defaults Omarchy defaults source = ~/.local/share/omarchy/default/hypr/bindings.conf +source = ~/.local/share/omarchy/default/hypr/envs.conf +source = ~/.local/share/omarchy/default/hypr/looknfeel.conf +source = ~/.local/share/omarchy/default/hypr/input.conf +source = ~/.local/share/omarchy/default/hypr/windows.conf # Extra bindings bind = SUPER, A, exec, $webapp="https://chatgpt.com" @@ -27,15 +30,3 @@ bind = SUPER, E, exec, $webapp="https://app.hey.com" bind = SUPER, Y, exec, $webapp="https://youtube.com/" bind = SUPER, X, exec, $webapp="https://x.com/" bind = SUPER SHIFT, X, exec, $webapp="https://x.com/compose/post" - -# See https://wiki.hyprland.org/Configuring/Environment-variables/ -source = ~/.local/share/omarchy/default/hypr/envs.conf - -# Use default Omarchy look'n'feel -source = ~/.local/share/omarchy/default/hypr/looknfeel.conf - -# Use default Omarchy input settings -source = ~/.local/share/omarchy/default/hypr/input.conf - -# Use default Omarchy windows settings -source = ~/.local/share/omarchy/default/hypr/windows.conf