diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2023-03-04 14:20:04 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2023-03-04 14:20:04 +0100 |
| commit | be4aec138c8a1d1464cdb90ee3b039b7586ec547 (patch) | |
| tree | 0ffeb677a1badf04ef9b9302381010f5b18cb50b /modules/home-manager/personal/gui | |
| parent | fdaf97a9acfbec43cc816357b73c0e746621c531 (diff) | |
home: gui: i3: fix title for binding signal to workspace
Diffstat (limited to 'modules/home-manager/personal/gui')
| -rw-r--r-- | modules/home-manager/personal/gui/x/i3/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home-manager/personal/gui/x/i3/default.nix b/modules/home-manager/personal/gui/x/i3/default.nix index d7ec295..6ef7aeb 100644 --- a/modules/home-manager/personal/gui/x/i3/default.nix +++ b/modules/home-manager/personal/gui/x/i3/default.nix @@ -29,7 +29,7 @@ in { "9: social" = [ { class = "^Mail$"; } { class = "^thunderbird$"; } ] ++ lib.optional config.personal.identities.personal { - class = "^signal-desktop$"; + class = "^signal"; }; } // { "10: passwords" = [{ |
