mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 04:39:25 +00:00
36 lines
1.4 KiB
Plaintext
36 lines
1.4 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
|
|
|
|
# Default applications
|
|
$terminal = alacritty
|
|
$fileManager = nautilus --new-window
|
|
$browser = google-chrome-stable --new-window --ozone-platform=wayland
|
|
$music = spotify
|
|
$passwordManager = 1password
|
|
$messenger = signal-desktop
|
|
$webapp = $browser --app
|
|
|
|
# Use defaults Omarchy defaults
|
|
source = ~/.local/share/omarchy/default/hypr/autostart.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
|
|
source = ~/.config/omarchy/current/theme/hyprland.conf
|
|
|
|
# Extra autostart processes
|
|
exec-once = dropbox-cli start
|
|
|
|
# Extra bindings
|
|
bind = SUPER, A, exec, $webapp="https://chatgpt.com"
|
|
bind = SUPER SHIFT, A, exec, $webapp="https://grok.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 SHIFT, G, exec, $webapp="https://web.whatsapp.com/"
|
|
bind = SUPER, X, exec, $webapp="https://x.com/"
|
|
bind = SUPER SHIFT, X, exec, $webapp="https://x.com/compose/post"
|