move back to element
This commit is contained in:
parent
d71af6a1c9
commit
c83ec90489
@ -64,7 +64,7 @@
|
||||
vimiv-qt
|
||||
freecad
|
||||
discord
|
||||
nheko
|
||||
element-desktop
|
||||
|
||||
# Fileanagement
|
||||
kdePackages.ark
|
||||
|
||||
@ -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 = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user