From b23c7501f7e0a001486c9a5555a6c53ac7b08e85 Mon Sep 17 00:00:00 2001 From: Anton Mosich Date: Wed, 5 Jul 2023 12:23:31 +0200 Subject: [PATCH] i3: remove deprecated example in i3.config.startup (#4201) Deprecated in cacb8d4, see #265 --- modules/services/window-managers/i3-sway/lib/options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/window-managers/i3-sway/lib/options.nix b/modules/services/window-managers/i3-sway/lib/options.nix index 0cbea642..6c9f38da 100644 --- a/modules/services/window-managers/i3-sway/lib/options.nix +++ b/modules/services/window-managers/i3-sway/lib/options.nix @@ -770,7 +770,7 @@ in { [ { command = "systemctl --user restart polybar"; always = true; notification = false; } { command = "dropbox start"; notification = false; } - { command = "firefox"; workspace = "1: web"; } + { command = "firefox"; } ]; '' else