From e7b60899bcffd63576de1a5ca1bf140757aa1fa1 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 15 Jan 2023 12:00:25 -0800 Subject: ref(home/matrix): replace element by fractal fractal(-next) is a client for matrix. It's GTK4 native and uses rust. While not much nicer looking than element, it's not an electron app, which I prefer (electron is slow, and element would freeze/crash from time to time). I renamed the module from element to matrix-client, in case I switch to something else in the future (or if there are additional configurations). --- home/wm/sway/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'home/wm') diff --git a/home/wm/sway/default.nix b/home/wm/sway/default.nix index ae8316f..c89824c 100644 --- a/home/wm/sway/default.nix +++ b/home/wm/sway/default.nix @@ -96,11 +96,12 @@ in }; }; + assigns = { "1" = [{ app_id = "emacs"; }]; "2" = [{ app_id = "Alacritty"; }]; "3" = [{ app_id = "firefox"; }]; - "4" = [{ class = "Element"; }]; + "4" = [{ app_id = "org.gnome.Fractal"; }]; }; output = { -- cgit 1.4.1