This commit is contained in:
David Heinemeier Hansson
2025-06-09 18:57:26 +02:00
parent 4f463e6234
commit 277b1a1550

View File

@ -1,5 +1,4 @@
# Refer to the wiki for more information. # Learn how to configure Hyprland: https://wiki.hyprland.org/Configuring/
# https://wiki.hyprland.org/Configuring/
# Change your personal monitor setup in here to keep the main config portable # Change your personal monitor setup in here to keep the main config portable
source = ~/.config/hypr/hyprland-monitors.conf source = ~/.config/hypr/hyprland-monitors.conf
@ -17,8 +16,12 @@ $menu = wofi --show drun
$music = spotify $music = spotify
$webapp = $browser --app $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/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 # Extra bindings
bind = SUPER, A, exec, $webapp="https://chatgpt.com" 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, Y, exec, $webapp="https://youtube.com/"
bind = SUPER, X, exec, $webapp="https://x.com/" bind = SUPER, X, exec, $webapp="https://x.com/"
bind = SUPER SHIFT, X, exec, $webapp="https://x.com/compose/post" 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