From 5ef50d716f69b1b6107ff2db3200a1eea586d817 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 18 May 2025 07:52:52 +0200 Subject: [PATCH] nwg-dock-hyprland: start nwggrid as launcher by default --- recipes-gtk/nwg-shell/nwg-dock-hyprland_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-gtk/nwg-shell/nwg-dock-hyprland_git.bb b/recipes-gtk/nwg-shell/nwg-dock-hyprland_git.bb index 31f0ea6..6ef4022 100644 --- a/recipes-gtk/nwg-shell/nwg-dock-hyprland_git.bb +++ b/recipes-gtk/nwg-shell/nwg-dock-hyprland_git.bb @@ -37,7 +37,7 @@ After=graphical-session.target ConditionEnvironment=WAYLAND_DISPLAY [Service] -ExecStart=nwg-dock-hyprland -d -hd 2000 +ExecStart=nwg-dock-hyprland -d -hd 2000 -c nwggrid Slice=session.slice TimeoutStopSec=5sec Restart=on-failure