From 7c1847f5b07fee49bdba44bbadb74dbe96044774 Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 14 Oct 2025 12:09:05 +0200 Subject: [PATCH] enable xfce4-panel --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 877a6a9..ee7c522 100644 --- a/home.nix +++ b/home.nix @@ -225,7 +225,7 @@ in }; }; extraConfig = '' - # exec ${pkgs.xfce.xfce4-panel}/bin/xfce4-panel + exec ${pkgs.xfce.xfce4-panel}/bin/xfce4-panel for_window [window_role="pop-up"] floating enable for_window [window_role="task_dialog"] floating enable # for_window [workspace="0"] floating enable -- 2.50.1