diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 64fac2d..2b7e79e 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -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" diff --git a/default/hypr/autostart.conf b/default/hypr/autostart.conf new file mode 100644 index 0000000..1e82ec0 --- /dev/null +++ b/default/hypr/autostart.conf @@ -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