move back to element
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
#{ command = "exec ${pkgs.networkmanagerapplet}/bin/nm-applet --indicator"; }
|
||||
{ command = "${pkgs.thunderbird}/bin/thunderbird"; }
|
||||
{ command = "${pkgs.firefox}/bin/firefox"; }
|
||||
{ command = "${pkgs.nheko}/bin/nheko"; }
|
||||
{ command = "${pkgs.element-desktop}/bin/element-desktop"; }
|
||||
];
|
||||
|
||||
workspaceAutoBackAndForth = true;
|
||||
@@ -108,7 +108,7 @@
|
||||
assigns = {
|
||||
"workspace number 1" = [{ app_id = "thunderbird"; }];
|
||||
"workspace number 2" = [{ app_id = "firefox"; }];
|
||||
"workspace number 3" = [{ app_id = "nheko"; }];
|
||||
"workspace number 3" = [{ class = "Element"; }];
|
||||
};
|
||||
|
||||
window.commands = [
|
||||
|
||||
Reference in New Issue
Block a user