diff options
author | Franck Cuny <franck@fcuny.net> | 2022-03-10 07:03:26 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-03-10 07:03:26 -0800 |
commit | fecef3976171d68d1d812b35a73bc54218a4c5f9 (patch) | |
tree | 519ac78aad243eb9a830d1a4ddb72610b29b5c3f | |
parent | sway: formatting, colors, wlogout (diff) | |
download | world-fecef3976171d68d1d812b35a73bc54218a4c5f9.tar.gz |
wm: ensure element is assigned to space #4
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/desktop/wm/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/fcuny/desktop/wm/default.nix b/users/fcuny/desktop/wm/default.nix index 4fd78d0..ffa03e7 100644 --- a/users/fcuny/desktop/wm/default.nix +++ b/users/fcuny/desktop/wm/default.nix @@ -112,6 +112,7 @@ "1" = [{ app_id = "emacs"; }]; "2" = [{ app_id = "Alacritty"; }]; "3" = [{ app_id = "firefox"; }]; + "4" = [{ class = "Element"; }]; }; output = { "*" = { |