From 73cb33678527ddc323c7fcef3d17ac85603e5b02 Mon Sep 17 00:00:00 2001 From: kennycallado Date: Mon, 15 Jan 2024 17:49:01 +0100 Subject: [PATCH] nixos/icewm: Update icewm start command Preferred way to start session in icewm. [docs](https://ice-wm.org/man/icewm-session) --- nixos/modules/services/x11/window-managers/icewm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/x11/window-managers/icewm.nix b/nixos/modules/services/x11/window-managers/icewm.nix index 48741aa41d85..e3cb5cc3be2b 100644 --- a/nixos/modules/services/x11/window-managers/icewm.nix +++ b/nixos/modules/services/x11/window-managers/icewm.nix @@ -17,7 +17,7 @@ in { name = "icewm"; start = '' - ${pkgs.icewm}/bin/icewm & + ${pkgs.icewm}/bin/icewm-session & waitPID=$! ''; };