2025-06-09 18:57:26 +02:00
|
|
|
# Learn how to configure Hyprland: https://wiki.hyprland.org/Configuring/
|
2025-06-01 11:21:00 +02:00
|
|
|
|
|
|
|
# Change your personal monitor setup in here to keep the main config portable
|
|
|
|
source = ~/.config/hypr/hyprland-monitors.conf
|
|
|
|
|
2025-06-09 16:06:33 +02:00
|
|
|
# Default applications
|
|
|
|
$terminal = alacritty
|
|
|
|
$fileManager = nautilus --new-window
|
2025-06-24 13:34:36 -07:00
|
|
|
$browser = google-chrome-stable --new-window
|
2025-06-09 16:06:33 +02:00
|
|
|
$menu = wofi --show drun
|
|
|
|
$music = spotify
|
2025-06-17 09:54:02 +02:00
|
|
|
$passwordManager = 1password
|
|
|
|
$messenger = signal-desktop
|
2025-06-09 16:06:33 +02:00
|
|
|
$webapp = $browser --app
|
|
|
|
|
2025-06-09 18:57:26 +02:00
|
|
|
# Use defaults Omarchy defaults
|
2025-06-23 12:53:19 -04:00
|
|
|
source = ~/.local/share/omarchy/default/hypr/autostart.conf
|
2025-06-06 22:58:31 +02:00
|
|
|
source = ~/.local/share/omarchy/default/hypr/bindings.conf
|
2025-06-09 18:57:26 +02:00
|
|
|
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
|
2025-06-22 20:35:48 -04:00
|
|
|
source = ~/.config/omarchy/current/theme/hyprland.conf
|
2025-06-01 11:21:00 +02:00
|
|
|
|
2025-06-23 12:53:19 -04:00
|
|
|
# Extra autostart processes
|
|
|
|
exec-once = dropbox-cli start
|
|
|
|
|
2025-06-06 22:58:31 +02:00
|
|
|
# Extra bindings
|
2025-06-07 09:12:59 +02:00
|
|
|
bind = SUPER, A, exec, $webapp="https://chatgpt.com"
|
2025-06-11 14:06:33 +02:00
|
|
|
bind = SUPER SHIFT, A, exec, $webapp="https://grok.com"
|
2025-06-07 09:12:59 +02:00
|
|
|
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/"
|
2025-06-11 14:06:33 +02:00
|
|
|
bind = SUPER SHIFT, G, exec, $webapp="https://web.whatsapp.com/"
|
2025-06-07 09:12:59 +02:00
|
|
|
bind = SUPER, X, exec, $webapp="https://x.com/"
|
|
|
|
bind = SUPER SHIFT, X, exec, $webapp="https://x.com/compose/post"
|