Evie Litherland-Smith
e9aa9ffe8c
Add workspaces for email and video calls, going for more program separation again rather than endless browser tabs Renamed pass to vault for better mnemonic binds
29 lines
526 B
Nix
29 lines
526 B
Nix
{
|
|
on-click = "activate";
|
|
disable-scroll = true;
|
|
all-outputs = false;
|
|
format = "{icon}";
|
|
format-icons = {
|
|
"home" = "";
|
|
"browser" = "";
|
|
"email" = "";
|
|
"files" = "";
|
|
"chat" = "";
|
|
"call" = "";
|
|
"music" = "";
|
|
"vault" = "";
|
|
"remote" = "";
|
|
"1" = "";
|
|
"2" = "";
|
|
"3" = "";
|
|
"4" = "";
|
|
"5" = "";
|
|
"6" = "";
|
|
"7" = "";
|
|
"8" = "";
|
|
"9" = "";
|
|
urgent = "";
|
|
};
|
|
sort-by-name = true;
|
|
}
|