move back to element

This commit is contained in:
Kabbone 2025-11-13 19:44:46 +01:00
parent d71af6a1c9
commit c83ec90489
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
2 changed files with 3 additions and 3 deletions

View File

@ -64,7 +64,7 @@
vimiv-qt vimiv-qt
freecad freecad
discord discord
nheko element-desktop
# Fileanagement # Fileanagement
kdePackages.ark kdePackages.ark

View File

@ -95,7 +95,7 @@
#{ command = "exec ${pkgs.networkmanagerapplet}/bin/nm-applet --indicator"; } #{ command = "exec ${pkgs.networkmanagerapplet}/bin/nm-applet --indicator"; }
{ command = "${pkgs.thunderbird}/bin/thunderbird"; } { command = "${pkgs.thunderbird}/bin/thunderbird"; }
{ command = "${pkgs.firefox}/bin/firefox"; } { command = "${pkgs.firefox}/bin/firefox"; }
{ command = "${pkgs.nheko}/bin/nheko"; } { command = "${pkgs.element-desktop}/bin/element-desktop"; }
]; ];
workspaceAutoBackAndForth = true; workspaceAutoBackAndForth = true;
@ -108,7 +108,7 @@
assigns = { assigns = {
"workspace number 1" = [{ app_id = "thunderbird"; }]; "workspace number 1" = [{ app_id = "thunderbird"; }];
"workspace number 2" = [{ app_id = "firefox"; }]; "workspace number 2" = [{ app_id = "firefox"; }];
"workspace number 3" = [{ app_id = "nheko"; }]; "workspace number 3" = [{ class = "Element"; }];
}; };
window.commands = [ window.commands = [