From 5660f91cc28aaa659524d6fa82c7962ad10d47ec Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 7 Oct 2019 15:30:32 +0200 Subject: Fix i3 issues on satoshipad --- user/satoshipad.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'user') diff --git a/user/satoshipad.nix b/user/satoshipad.nix index 84ea8796..5f26c36d 100644 --- a/user/satoshipad.nix +++ b/user/satoshipad.nix @@ -29,12 +29,13 @@ config = { assigns = { "1" = [{ class = "^Slack"; }]; + "2" = [{ class = "^Firefox"; }]; "6" = [{ class = "^Emacs$"; }]; }; startup = [ - { command = "slack"; }; - { command = "firefox-devedition"; workspace = 2; }; - { command = "emacs"; }; + { command = "slack"; } + { command = "firefox-devedition"; } + { command = "emacs"; } ]; }; extraConfig = '' @@ -48,7 +49,6 @@ workspace 8 output secondary workspace 9 output secondary workspace 10 output secondary - ''; }; } -- cgit 1.4.1