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