From 1e924d1794d1c8961bb78254a7074ee9429aab40 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 11 Aug 2025 22:11:03 +0200 Subject: [PATCH] It actually wasn't better to have the user defaults first --- config/hypr/bindings.conf | 4 ++++ config/hypr/hyprland.conf | 14 +++++++------- default/hypr/bindings/utilities.conf | 2 +- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/config/hypr/bindings.conf b/config/hypr/bindings.conf index b1d97d41..f4a3ab09 100644 --- a/config/hypr/bindings.conf +++ b/config/hypr/bindings.conf @@ -23,3 +23,7 @@ bindd = SUPER SHIFT, G, WhatsApp, exec, $webapp="https://web.whatsapp.com/" bindd = SUPER ALT, G, Google Messages, exec, $webapp="https://messages.google.com/web/conversations" bindd = SUPER, X, X, exec, $webapp="https://x.com/" bindd = SUPER SHIFT, X, X Post, exec, $webapp="https://x.com/compose/post" + +# Overwrite existing bindings, like putting Omarchy Menu on Super + Space +# unbind = SUPER, Space +# bindd = SUPER, SPACE, Omarchy menu, exec, omarchy-menu diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 4b64c02d..e03c3005 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -1,12 +1,5 @@ # Learn how to configure Hyprland: https://wiki.hyprland.org/Configuring/ -# Change your own setup in these files (and overwrite any settings from defaults!) -source = ~/.config/hypr/monitors.conf -source = ~/.config/hypr/input.conf -source = ~/.config/hypr/bindings.conf -source = ~/.config/hypr/envs.conf -source = ~/.config/hypr/autostart.conf - # Use defaults Omarchy defaults (but don't edit these directly!) source = ~/.local/share/omarchy/default/hypr/autostart.conf source = ~/.local/share/omarchy/default/hypr/bindings/media.conf @@ -17,3 +10,10 @@ source = ~/.local/share/omarchy/default/hypr/looknfeel.conf source = ~/.local/share/omarchy/default/hypr/input.conf source = ~/.local/share/omarchy/default/hypr/windows.conf source = ~/.config/omarchy/current/theme/hyprland.conf + +# Change your own setup in these files (and overwrite any settings from defaults!) +source = ~/.config/hypr/monitors.conf +source = ~/.config/hypr/input.conf +source = ~/.config/hypr/bindings.conf +source = ~/.config/hypr/envs.conf +source = ~/.config/hypr/autostart.conf diff --git a/default/hypr/bindings/utilities.conf b/default/hypr/bindings/utilities.conf index e234ce9c..6263218a 100644 --- a/default/hypr/bindings/utilities.conf +++ b/default/hypr/bindings/utilities.conf @@ -1,6 +1,6 @@ # Menus bindd = SUPER, SPACE, Launch apps, exec, walker -p "Start…" -bindd = SUPER ALT, SPACE, Run commands, exec, omarchy-menu +bindd = SUPER ALT, SPACE, Omarchy menu, exec, omarchy-menu bindd = SUPER, ESCAPE, Power menu, exec, omarchy-menu system bindd = SUPER, K, Show key bindings, exec, omarchy-menu-keybindings