From 0d31e97dbafbd1949191ecfab5a8d5c6026cd2db Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 7 Jun 2025 11:42:40 +0200 Subject: [PATCH] Turn on waybar by default --- config/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 3d143aa..2d6a4c0 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -40,7 +40,7 @@ source = ~/.local/share/omarchy/default/hypr/envs.conf # Autostart necessary processes (like notifications daemons, status bars, etc.) # Or execute your favorite apps at launch like this: -exec-once = hypridle & hyprpaper & swaync +exec-once = hypridle & hyprpaper & swaync & waybar ##################### ### LOOK AND FEEL ###