Skip to content

Commit 1e924d1

Browse files
committed
It actually wasn't better to have the user defaults first
1 parent 7e30335 commit 1e924d1

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

config/hypr/bindings.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@ bindd = SUPER SHIFT, G, WhatsApp, exec, $webapp="https://web.whatsapp.com/"
2323
bindd = SUPER ALT, G, Google Messages, exec, $webapp="https://messages.google.com/web/conversations"
2424
bindd = SUPER, X, X, exec, $webapp="https://x.com/"
2525
bindd = SUPER SHIFT, X, X Post, exec, $webapp="https://x.com/compose/post"
26+
27+
# Overwrite existing bindings, like putting Omarchy Menu on Super + Space
28+
# unbind = SUPER, Space
29+
# bindd = SUPER, SPACE, Omarchy menu, exec, omarchy-menu

config/hypr/hyprland.conf

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
# Learn how to configure Hyprland: https://wiki.hyprland.org/Configuring/
22

3-
# Change your own setup in these files (and overwrite any settings from defaults!)
4-
source = ~/.config/hypr/monitors.conf
5-
source = ~/.config/hypr/input.conf
6-
source = ~/.config/hypr/bindings.conf
7-
source = ~/.config/hypr/envs.conf
8-
source = ~/.config/hypr/autostart.conf
9-
103
# Use defaults Omarchy defaults (but don't edit these directly!)
114
source = ~/.local/share/omarchy/default/hypr/autostart.conf
125
source = ~/.local/share/omarchy/default/hypr/bindings/media.conf
@@ -17,3 +10,10 @@ source = ~/.local/share/omarchy/default/hypr/looknfeel.conf
1710
source = ~/.local/share/omarchy/default/hypr/input.conf
1811
source = ~/.local/share/omarchy/default/hypr/windows.conf
1912
source = ~/.config/omarchy/current/theme/hyprland.conf
13+
14+
# Change your own setup in these files (and overwrite any settings from defaults!)
15+
source = ~/.config/hypr/monitors.conf
16+
source = ~/.config/hypr/input.conf
17+
source = ~/.config/hypr/bindings.conf
18+
source = ~/.config/hypr/envs.conf
19+
source = ~/.config/hypr/autostart.conf

default/hypr/bindings/utilities.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Menus
22
bindd = SUPER, SPACE, Launch apps, exec, walker -p "Start…"
3-
bindd = SUPER ALT, SPACE, Run commands, exec, omarchy-menu
3+
bindd = SUPER ALT, SPACE, Omarchy menu, exec, omarchy-menu
44
bindd = SUPER, ESCAPE, Power menu, exec, omarchy-menu system
55
bindd = SUPER, K, Show key bindings, exec, omarchy-menu-keybindings
66

0 commit comments

Comments
 (0)