Structuring default hyprland config

This commit is contained in:
David Heinemeier Hansson
2025-06-23 12:53:19 -04:00
parent 6fefa355bd
commit 445d2e6c89
2 changed files with 8 additions and 6 deletions

View File

@ -3,12 +3,6 @@
# 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 & mako & waybar & fcitx5
exec-once = wl-clip-persist --clipboard regular & clipse -listen
exec-once = ~/.local/share/omarchy/bin/swaybg-next
exec-once = dropbox-cli start
# Default applications
$terminal = alacritty
$fileManager = nautilus --new-window
@ -20,6 +14,7 @@ $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
@ -27,6 +22,9 @@ 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"

View File

@ -0,0 +1,4 @@
exec-once = hypridle & mako & waybar & fcitx5
exec-once = systemctl --user start hyprpolkitagent
exec-once = wl-clip-persist --clipboard regular & clipse -listen
exec-once = ~/.local/share/omarchy/bin/swaybg-next