mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
33 lines
1.2 KiB
Plaintext
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"
|