Files
omarchy/config/hypr/hyprland.conf
David Heinemeier Hansson 277b1a1550 Cleanup
2025-06-09 18:57:26 +02:00

33 lines
1.2 KiB
Plaintext

# 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
# Autostart necessary processes
exec-once = hypridle & swaync & waybar & fcitx5
exec-once = ~/.local/share/omarchy/bin/swaybg-next
exec-once = dropbox-cli start
# Default applications
$terminal = alacritty
$fileManager = nautilus --new-window
$browser = chromium --new-window
$menu = wofi --show drun
$music = spotify
$webapp = $browser --app
# 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"
bind = SUPER, C, exec, $webapp="https://app.hey.com/calendar/weeks/"
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"